Bridge

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

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

Syntax


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

Parameters

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