CancelJob Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Cancels the job. This request is issued asynchronously. When the cancellation is made effective, the ProgressChanged event will be fired, and the Cancelled property will be set to true.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Sub CancelJob
'Usage
Dim instance As ChatRoomFileUploadJob

instance.CancelJob()
public void CancelJob()

See Also

Reference

ChatRoomFileUploadJob Class

ChatRoomFileUploadJob Members

Microsoft.Rtc.Collaboration.GroupChat Namespace