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 .
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub CancelJob |
Visual Basic (Usage) |
---|
Dim instance As ChatRoomFileDownloadJob instance. CancelJob() |
C# |
---|
public void CancelJob() |