Share via


IEndpoint.EndSignIn Method

Ends a request to sign in to an instant messaging and presence service.

Namespace:  Microsoft.Exchange.InstantMessaging
Assembly:  Microsoft.Exchange.InstantMessaging (in Microsoft.Exchange.InstantMessaging.dll)

Syntax

'Declaration
Function EndSignIn ( _
    asyncResult As IAsyncResult _
) As ISipResponseData
'Usage
Dim instance As IEndpoint
Dim asyncResult As IAsyncResult
Dim returnValue As ISipResponseData

returnValue = instance.EndSignIn(asyncResult)
ISipResponseData EndSignIn(
    IAsyncResult asyncResult
)

Parameters

Return Value

Type: Microsoft.Exchange.InstantMessaging.ISipResponseData
An System.IAsyncResult object that references pending request to sign in to an instant messaging and presence service.