Method | Description | |
---|---|---|
OnError ( ErrorReason errorReason ) : void |
Notification of a contextual error related to this callback. This is analogous to an exception being raised. Situations in which
|
|
OnOpened ( ISession session ) : void |
Called when a session has been successfully opened.
|
|
TopicAdder ( string topicPath ) : PushTechnology.ClientInterface.Client.Callbacks |
Cosntructor.
|
public OnError ( ErrorReason errorReason ) : void | ||
errorReason | ErrorReason | errorReason a value representing the error; this can be one of constants
/// defined in |
return | void |
public TopicAdder ( string topicPath ) : PushTechnology.ClientInterface.Client.Callbacks | ||
topicPath | string | The path of the topic to add. |
return | PushTechnology.ClientInterface.Client.Callbacks |