Task..::..FromCallbackResult<(Of <(<'TResult>)>)> Method (Object, String, Delegate, array<Object>[]()[][])
Namespace:
System.Threading.Tasks
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
public static Task<TResult> FromCallbackResult<TResult>( Object target, string method, Delegate resultHandler, params Object[] otherArguments )
Type Parameters
- TResult
Parameters
- target
- Type: System..::..Object
- method
- Type: System..::..String
- resultHandler
- Type: System..::..Delegate
- otherArguments
- Type: array<System..::..Object>[]()[][]