updates the entry asynchronous, you need to supply a valid and unique token. Events will be send to the async delegates you setup on the service object

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public void UpdateAsync(

	AtomEntry entry,

	Object userData

)
Visual Basic (Declaration)
Public Sub UpdateAsync ( _

	entry As AtomEntry, _

	userData As Object _

)
Visual C++
public:

void UpdateAsync(

	AtomEntry^ entry, 

	Object^ userData

)

Parameters

entry
Type: Google.GData.Client..::.AtomEntry
userData
Type: System..::.Object
a unique identifier to associate this request with

Return Value

See Also