Bridge

Task..::..FromCallback<(Of <(<'TResult>)>)> Method (Object, String, array<Object>[]()[][])

Namespace:  System.Threading.Tasks
Assembly:  Bridge (in Bridge.dll)

Syntax


public static Task<TResult> FromCallback<TResult>(
	Object target,
	string method,
	params Object[] otherArguments
)
Public Shared Function FromCallback(Of TResult) ( _
	target As Object, _
	method As String, _
	ParamArray otherArguments As Object() _
) As Task(Of TResult)
public:
generic<typename TResult>
static Task<TResult>^ FromCallback(
	Object^ target, 
	String^ method, 
	... array<Object^>^ otherArguments
)

Type Parameters

TResult

Parameters

target
Type: System..::..Object
method
Type: System..::..String
otherArguments
Type: array<System..::..Object>[]()[][]