C# Class Examples.ControlClientChangingSystemAuthentication.ChangeSuperusersToAdministrators

Inheritance: IConfigurationCallback
ファイルを表示 Open project: pushtechnology/diffusion-examples

Public Methods

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 OnError is called include the session being closed, a communication timeout, or a problem with the provided parameters. No further calls will be made to this callback.

OnReply ( ISystemAuthenticationConfiguration systemAuthenticationConfiguration ) : void

The configuration callback reply.

Method Details

ChangeSuperusersToAdministrators() public method

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

OnError() public method

Notification of a contextual error related to this callback. This is analogous to an exception being raised. Situations in which OnError is called include the session being closed, a communication timeout, or a problem with the provided parameters. No further calls will be made to this callback.
public OnError ( ErrorReason errorReason ) : void
errorReason ErrorReason errorReason a value representing the error; this can be one of constants /// defined in , or a feature-specific reason.
return void

OnReply() public method

The configuration callback reply.
public OnReply ( ISystemAuthenticationConfiguration systemAuthenticationConfiguration ) : void
systemAuthenticationConfiguration ISystemAuthenticationConfiguration The system authenticationConfiguration stored on the /// server.
return void