Method | Description | |
---|---|---|
ChangeSuperusersToAdministrators ( ISystemAuthenticationControl systemAuthenticationControl, PushTechnology.ClientInterface.Client.Features.Control.Clients.SecurityControl.IUpdateStoreCallback callback ) : System.Collections.Generic | ||
OnError ( ErrorReason errorReason ) : void |
Notification of a contextual error related to this callback. This is analogous to an exception being raised. Situations in which
|
|
OnReply ( ISystemAuthenticationConfiguration systemAuthenticationConfiguration ) : void |
The configuration callback reply.
|
public ChangeSuperusersToAdministrators ( ISystemAuthenticationControl systemAuthenticationControl, PushTechnology.ClientInterface.Client.Features.Control.Clients.SecurityControl.IUpdateStoreCallback callback ) : System.Collections.Generic | ||
systemAuthenticationControl | ISystemAuthenticationControl | |
callback | PushTechnology.ClientInterface.Client.Features.Control.Clients.SecurityControl.IUpdateStoreCallback | |
return | System.Collections.Generic |
public OnError ( ErrorReason errorReason ) : void | ||
errorReason | ErrorReason | errorReason a value representing the error; this can be one of constants
/// defined in |
return | void |
public OnReply ( ISystemAuthenticationConfiguration systemAuthenticationConfiguration ) : void | ||
systemAuthenticationConfiguration | ISystemAuthenticationConfiguration | The system authenticationConfiguration stored on the /// server. |
return | void |