Click or drag to resize

JobSessionCompletedListenerT Methods

The JobSessionCompletedListenerT generic type exposes the following members.

Methods
  NameDescription
Public methodDispose
Dispose listener for unsubscribe from Infrascale Client events.
(Inherited from JobSessionListenerBaseT.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodListen
Subscribe the client event for this method.
(Inherited from JobSessionListenerBaseT.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnHandled
Calling after handling of callback.
(Overrides JobSessionListenerBaseTOnHandled(T).)
Protected methodSubscribe
Subscribe to Infrascale Client JobCompleted callback.
(Overrides JobSessionListenerBaseTSubscribe.)
Public methodToString (Inherited from Object.)
Protected methodUnsubscribe
Unsubscribe from Infrascale Client JobCompleted callback.
(Overrides JobSessionListenerBaseTUnsubscribe.)
Public methodWait
Wait for Job completion. Blocks the current thread until JobCompleted callbacks is not received.
Public methodWait(TimeSpan)
Wait for Job completion. Blocks the current thread until JobCompleted callbacks is not received.
Top
See Also