IOperationInvoker.InvokeBegin(Object, Object[], AsyncCallback, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An asynchronous implementation of the Invoke(Object, Object[], Object[]) method.
public:
IAsyncResult ^ InvokeBegin(System::Object ^ instance, cli::array <System::Object ^> ^ inputs, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult InvokeBegin (object instance, object[] inputs, AsyncCallback callback, object state);
abstract member InvokeBegin : obj * obj[] * AsyncCallback * obj -> IAsyncResult
Public Function InvokeBegin (instance As Object, inputs As Object(), callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- instance
- Object
The object to be invoked.
- inputs
- Object[]
The inputs to the method.
- callback
- AsyncCallback
The asynchronous callback object.
- state
- Object
Associated state data.
Returns
A IAsyncResult used to complete the asynchronous call.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.