Click or drag to resize

IASession Methods

The IASession type exposes the following members.

Methods
  NameDescription
Public methodAddIdentity
Adds an identity.
Public methodDeleteIdentity
Deletes an identity.
Public methodDeleteIdentityMask
Deletes an identity.
Public methodDeleteIdentityRange
Deletes an identity.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFlush
Forces current batch to be sent to gateway, and optionally also finish batch processing.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPostAsync
Async posts the specified command with the JSON data supplied. This can be used to send any commands this .NET package doesn't implement yet.
(Inherited from HttpSession.)
Public methodResetBatch
Resets the batch without sending any requests to the gateway, and optionally also finish batch processing.
Public methodShowIdentity
Shows an identity.
Public methodStartAddBatch
Public methodStartDeleteBatch
Public methodStartShowBatch
Starts batch processing for ShowIdentity(String, CancellationToken).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also