Overload List
Name | Description | |
---|---|---|
![]() | beginAdvertise(DOFInterfaceID, Int32) | Used by a Provider to advertise that the specified interface can be provided, specifying a timeout
for this operation.
|
![]() | beginAdvertise(DOFInterfaceID, DOFOperationControl, Int32) | Used by a Provider to advertise that the specified interface can be provided, specifying a
Control
and a timeout for this operation. While the operation timeout has not been reached the operation will be retried periodically as
well as be sent over new connections as they come up. This call is beneficial at startup to notify potentially
interested nodes of this provider's capability. The advertise solicits matching
DOFInterestLevel.WATCH
,
DOFInterestLevel.ACTIVATE
, and
DOFInterestLevel.CONNECT
interest.
|
See Also