Saves the changed discussions to the local storage.
Namespace:  Microsoft.TeamFoundation.Discussion.Client
Assembly:  Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Function BeginSave ( _
    discussions As IEnumerable(Of DiscussionThread), _
    callback As AsyncCallback, _
    userState As Object _
) As IAsyncResult
IAsyncResult BeginSave(
    IEnumerable<DiscussionThread> discussions,
    AsyncCallback callback,
    Object userState
)
IAsyncResult^ BeginSave(
    IEnumerable<DiscussionThread^>^ discussions, 
    AsyncCallback^ callback, 
    Object^ userState
)
abstract BeginSave : 
        discussions:IEnumerable<DiscussionThread> * 
        callback:AsyncCallback * 
        userState:Object -> IAsyncResult
function BeginSave(
    discussions : IEnumerable<DiscussionThread>, 
    callback : AsyncCallback, 
    userState : Object
) : IAsyncResult
Parameters
- discussions
 Type: System.Collections.Generic.IEnumerable<DiscussionThread>
- callback
 Type: System.AsyncCallback
- userState
 Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.
Remarks
This method does not make a server trip. Thus, the unpublished discussions will not be published to the server.
.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.