Overload List
Name | Description | |
---|---|---|
![]() | beginInvoke(DOFInterfaceMethod, IListDOFValue, Int32) | Used by a Requestor to invoke (or call) a method asynchronously or to invoke a method
on multiple providers using an object with the
DOFObjectID.BROADCAST
ID.
Note: Since no InvokeOperationListener is defined the initial result can only be obtained by calling
Invoke.waitResult(int)
.
*
|
![]() | beginInvoke(DOFInterfaceMethod, Int32, DOFValue) | Used by a Requestor to invoke (or call) a method asynchronously or to invoke a method
on multiple providers using an object with the
DOFObjectID.BROADCAST
ID.
Note: Since no SetOperationListener is defined the initial result can only be obtained by calling
Invoke.waitResult(int)
.
*
|
![]() | beginInvoke(DOFInterfaceMethod, IListDOFValue, Int32, DOFObjectInvokeOperationListener) | Used by a Requestor to invoke (or call) a method asynchronously or to invoke a method
on multiple providers using an object with the
DOFObjectID.BROADCAST
ID.
|
![]() | beginInvoke(DOFInterfaceMethod, Int32, DOFObjectInvokeOperationListener, DOFValue) | Used by a Requestor to invoke (or call) a method asynchronously or to invoke a method
on multiple providers using an object with the
DOFObjectID.BROADCAST
ID.
|
![]() | beginInvoke(DOFInterfaceMethod, IListDOFValue, Int32, DOFObjectInvokeOperationListener, Object) | Used by a Requestor to invoke (or call) a method asynchronously or to invoke a method
on multiple providers using an object with the
DOFObjectID.BROADCAST
ID.
|
![]() | beginInvoke(DOFInterfaceMethod, Int32, DOFObjectInvokeOperationListener, Object, DOFValue) | Used by a Requestor to invoke (or call) a method asynchronously or to invoke a method
on multiple providers using an object with the
DOFObjectID.BROADCAST
ID.
|
![]() | beginInvoke(DOFInterfaceMethod, DOFOperationControl, Int32, DOFObjectInvokeOperationListener, Object, DOFValue) | Used by a Requestor to invoke (or call) a method asynchronously as specified using a
Control
. Or to invoke
a method on multiple providers using an object with the
DOFObjectID.BROADCAST
ID.
|
![]() | beginInvoke(DOFInterfaceMethod, IListDOFValue, DOFOperationControl, Int32, DOFObjectInvokeOperationListener, Object) | Used by a Requestor to invoke (or call) a method asynchronously as specified using a
Control
. Or to invoke
a method on multiple providers using an object with the
DOFObjectID.BROADCAST
ID.
|
See Also