AgentAsyncContext.Resume Method
The Resume() method initializes the current thread for use by an agent.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Overridable Sub Resume
'Usage
Dim instance As AgentAsyncContext
instance.Resume()
public virtual void Resume()
Remarks
It is safe to call this method multiple times however this method is not thread-safe.