Ends the asynchronous operation started by BeginRemoveAllTargets(AsyncCallback, Object).

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
EndRemoveAllTargets ( _
	
result 
As 
IAsyncResult _
)
C#
public 
void 
EndRemoveAllTargets(
	
IAsyncResult 
result
)
Visual C++
public:
void 
EndRemoveAllTargets(
	
IAsyncResult^ 
result
)
JavaScript
function 
endRemoveAllTargets(
result);

Parameters

result
Type: IAsyncResult
The reference to the pending asynchronous operation.

Exceptions

Exception Condition
ArgumentNullException Thrown when resultis null.
ArgumentException Thrown when resultwas created by a Begin method for a different operation.
InvalidOperationException Thrown when EndRemoveAllTargets was called more than once for the same instance of result.
Microsoft.Rtc.Signaling . . :: . PublishSubscribeException Thrown when the SIP SERVICE request is rejected by the server.
Microsoft.Rtc.Signaling . . :: . RealTimeException Thrown when SIP Transport, SIP authentication and credential-related errors are encountered.

See Also