ADC Home > Reference Library > Documentation > Performance > Xgrid Foundation Reference

Methods


-authenticatorDidAuthenticate:
This method is called as soon as the connection enters the Authenticated state.
-authenticatorDidNotAuthenticate:
This method is called as soon as the connection enters the Failed state.

authenticatorDidAuthenticate:


This method is called as soon as the connection enters the Authenticated state.

- (void)authenticatorDidAuthenticate:(XGAuthenticator *)authenticator;
Parameter Descriptions
authenticator
The authenticator that authenticated.

authenticatorDidNotAuthenticate:


This method is called as soon as the connection enters the Failed state.

- (void)authenticatorDidNotAuthenticate:(XGAuthenticator *)authenticator;
Parameter Descriptions
authenticator
The authenticator that didn't authenticate.

(Last Updated April 21, 2005)