inserts 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 InsertAsync(

	Uri feedUri,

	AtomEntry entry,

	Object userData

)
Visual Basic (Declaration)
Public Sub InsertAsync ( _

	feedUri As Uri, _

	entry As AtomEntry, _

	userData As Object _

)
Visual C++
public:

void InsertAsync(

	Uri^ feedUri, 

	AtomEntry^ entry, 

	Object^ userData

)

Parameters

feedUri
Type: System..::.Uri
the target feed the entry get's inserted into
entry
Type: Google.GData.Client..::.AtomEntry
userData
Type: System..::.Object
a unique identifier to associate this request with

Return Value

See Also