Call.BeginHandleTermination Method
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Overridable Function BeginHandleTermination ( _
userCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = Me.BeginHandleTermination(userCallback, _
state)
protected virtual IAsyncResult BeginHandleTermination(
AsyncCallback userCallback,
Object state
)
Parameters
- userCallback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult