IDiscussionManager.EndPublish Method
Ends publishing the discussions.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Sub EndPublish ( _
asyncResult As IAsyncResult _
)
void EndPublish(
IAsyncResult asyncResult
)
void EndPublish(
IAsyncResult^ asyncResult
)
abstract EndPublish :
asyncResult:IAsyncResult -> unit
function EndPublish(
asyncResult : IAsyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.