Gets the results of sending a delivery notification.

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

Syntax

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

Parameters

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

Exceptions

Exception Condition
InvalidOperationException Thrown when this method is invoked multiple times using the same instance of asyncResult.
ArgumentNullException Thrown when the resultparameter is null.
ArgumentException Thrown when the resultparameter is invalid.

See Also