Overload List
| Name | Description | |
|---|---|---|
| beginInterest(DOFInterfaceID, DOFInterestLevel) | Used by a Requestor to request interest with an indefinate duration in a given interface and any object.
| |
| beginInterest(DOFObjectID, DOFInterestLevel) | Used by a Requestor to request interest with an indefinate duration in a given object and any interface.
| |
| beginInterest(DOFObjectID, DOFInterfaceID, DOFInterestLevel) | Used by a Requestor to request interest with an indefinate duration in a given object and interface combination.
| |
| beginInterest(DOFObjectID, DOFInterfaceID, DOFInterestLevel, Int32) | Used by a Requestor to request interest in a given object and interface combination.
| |
| beginInterest(DOFObjectID, DOFInterfaceID, DOFInterestLevel, Int32, DOFSystemInterestOperationListener) | Used by a Requestor to request interest in a given object and interface combination.
| |
| beginInterest(DOFObjectID, DOFInterfaceID, DOFInterestLevel, Int32, DOFSystemInterestOperationListener, Object) | Used by a Requestor to request interest in a given object and interface combination.
| |
| beginInterest(DOFObjectID, DOFInterfaceID, DOFInterestLevel, DOFOperationControl, Int32, DOFSystemInterestOperationListener, Object) | Used by a Requestor to request interest in a given object and interface combination specifying a DOFOperation.Control.
|
See Also