IDSDataServiceAsync BeginLogon Method (IDictionary String, Object , AsyncCallback, Object)DSWS API (.NET)

[This is preliminary documentation and is subject to change.]

Begin logon

Namespace: Datastream.DswsApi
Assembly: Datastream.DswsApi.NET4.0 (in Datastream.DswsApi.NET4.0.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IAsyncResult BeginLogon(
	IDictionary<string, Object> requestOptions,
	AsyncCallback callback,
	Object asyncState
)

Parameters

requestOptions
Type: System.Collections.Generic IDictionary String, Object 
Request options
callback
Type: System AsyncCallback
Callback
asyncState
Type: System Object
User state

Return Value

Async Result
Version Information

.NET API Framework

Supported in: 4.1, 3.6
See Also