ApplicationSharingModality.EndShareResources method
Connects the modality, if not connected already, and starts sharing the given resources.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub EndShareResources ( _
asyncResult As IAsyncResult _
)
'Usage
Dim instance As ApplicationSharingModality
Dim asyncResult As IAsyncResult
instance.EndShareResources(asyncResult)
public void EndShareResources(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
See also
Reference
ApplicationSharingModality class