Ends the publish service request operation, which was initiated with the StartPublishServiceRequest call.

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

Syntax

Visual Basic (Declaration)
Protected 
Sub 
EndPublishServiceRequest ( _
	
result 
As 
IAsyncResult, _
	
operationId 
As 
String _
)
C#
protected 
void 
EndPublishServiceRequest(
	
IAsyncResult 
result,
	
string 
operationId
)
Visual C++
protected:
void 
EndPublishServiceRequest(
	
IAsyncResult^ 
result, 
	
String^ 
operationId
)
JavaScript
function 
endPublishServiceRequest(
result, 
operationId);

Parameters

result
Type: IAsyncResult
The reference to the pending asynchronous operation.
operationId
Type: String
Unique identifier for the operation.

See Also