DOFObjectbeginInvoke Method OpenDOF Object Access Library
Overload List

  NameDescription
Public methodbeginInvoke(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) . *
  1. The operation will always wait for the entire timeout period.
  2. Only the initial result will be available. To receive multiple responses specify a listener calling beginInvoke(Method, System.Collections.Generic.IList<E>, int, InvokeOperationListener)
Public methodbeginInvoke(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) . *
  1. The operation will always wait for the entire timeout period.
  2. Only the initial result will be available. To receive multiple responses specify a listener calling beginInvoke(Method, int, InvokeOperationListener, DOFValue[])
Public methodbeginInvoke(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.
Public methodbeginInvoke(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.
Public methodbeginInvoke(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.
Public methodbeginInvoke(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.
Public methodbeginInvoke(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.
Public methodbeginInvoke(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.
Top
See Also

Reference