Share via


IEndpoint.EndPublishMouseKeyboardActivity Method

Ends the publication of keyboard and mouse activity.

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

Syntax

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

instance.EndPublishMouseKeyboardActivity(asyncResult)
void EndPublishMouseKeyboardActivity(
    IAsyncResult asyncResult
)

Parameters