Share via


IEndpoint.EndUpdateContainerMembership Method

This method is defined by the messaging interface; however, it is not used by the instant messaging and presence provider.

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

Syntax

'Declaration
Sub EndUpdateContainerMembership ( _
    asyncResult As IAsyncResult _
)
'Usage
Dim instance As IEndpoint
Dim asyncResult As IAsyncResult

instance.EndUpdateContainerMembership(asyncResult)
void EndUpdateContainerMembership(
    IAsyncResult asyncResult
)

Parameters