IDSDataServiceAsync AsApm T  Method DSWS API (.NET)

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

[Missing <summary> documentation for "M:Datastream.DswsApi.IDSDataServiceAsync.AsApm``1(System.Threading.Tasks.Task{``0},System.AsyncCallback,System.Object)"]

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

protected IAsyncResult AsApm<T>(
	Task<T> task,
	AsyncCallback callback,
	Object state
)

Parameters

task
Type: System.Threading.Tasks Task T 

[Missing <param name="task"/> documentation for "M:Datastream.DswsApi.IDSDataServiceAsync.AsApm``1(System.Threading.Tasks.Task{``0},System.AsyncCallback,System.Object)"]

callback
Type: System AsyncCallback

[Missing <param name="callback"/> documentation for "M:Datastream.DswsApi.IDSDataServiceAsync.AsApm``1(System.Threading.Tasks.Task{``0},System.AsyncCallback,System.Object)"]

state
Type: System Object

[Missing <param name="state"/> documentation for "M:Datastream.DswsApi.IDSDataServiceAsync.AsApm``1(System.Threading.Tasks.Task{``0},System.AsyncCallback,System.Object)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Datastream.DswsApi.IDSDataServiceAsync.AsApm``1(System.Threading.Tasks.Task{``0},System.AsyncCallback,System.Object)"]

Return Value

[Missing <returns> documentation for "M:Datastream.DswsApi.IDSDataServiceAsync.AsApm``1(System.Threading.Tasks.Task{``0},System.AsyncCallback,System.Object)"]

Version Information

.NET API Framework

Supported in: 4.1
See Also