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

Visual Basic (Declaration)
Public 
Sub 
CancelJob
Visual Basic (Usage)
Dim 
instance 
As 

ChatRoomFileUploadJob

instance.
CancelJob()
C#
public 
void 
CancelJob()

See Also