EndService Method
Ends the service request and returns the response.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function EndService ( _
result As IAsyncResult _
) As SipResponseData
'Usage
Dim instance As SipServiceRequest
Dim result As IAsyncResult
Dim returnValue As SipResponseData
returnValue = instance.EndService(result)
public SipResponseData EndService(
IAsyncResult result
)
Parameters
- result
Type: System..::..IAsyncResult
The [Async] result object return from the [BeginService] call.
Return Value
Type: Microsoft.Rtc.Signaling..::..SipResponseData
An [IAsyncResult] that references this operation.