This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed

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

Syntax

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

Parameters

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

See Also