IDiscussionManager.EndSave Method
Ends saving the discussions.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Sub EndSave ( _
asyncResult As IAsyncResult _
)
void EndSave(
IAsyncResult asyncResult
)
void EndSave(
IAsyncResult^ asyncResult
)
abstract EndSave :
asyncResult:IAsyncResult -> unit
function EndSave(
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.