Method | Description | |
---|---|---|
OnError ( ErrorReason errorReason ) : void |
Notification of a contextual error related to this callback. Situations in which |
|
OnSuccess ( ) : void |
Indicates a successful update.
|
|
UpdateCallback ( string topicPath ) : System |
Constructor.
|
public OnError ( ErrorReason errorReason ) : void | ||
errorReason | ErrorReason | A value representing the error. |
return | void |
public UpdateCallback ( string topicPath ) : System | ||
topicPath | string | The topic path. |
return | System |