The ResponseManager type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAvailableResponses
Gets the available responses.
Public methodGetAvailableResponsesAsync
Gets the available responses asynchronously.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsWatching
Determines whether a watch is active.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveUserDocument
Saves the user document.
Public methodSaveUserDocumentAsync
Saves the user document asynchronously.
Public methodStartWatching
Subscribes for changes; Start monitoring changes to the response management data.
Public methodStartWatchingAsync
Subscribes for changes asynchronously; Start monitoring changes to the response management data.
Public methodStopWatching
Unsubscribes for changes; Stop monitoring changes to the response management data.
Public methodStopWatchingAsync
Unsubscribes for changes asynchronously; Stop monitoring changes to the response management data.
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

See Also