Overload List
| Name | Description | |
|---|---|---|
| waitProvider(DOFInterfaceID, Int32) | Used by a Requestor to block the caller and wait until the first available provider becomes available that provides the specified interface.
| |
| waitProvider(IListDOFInterfaceID, Int32) | Used by a Requestor to block the caller and wait until the first provider becomes available that provides all of the specified interfaces.
| |
| waitProvider(DOFObjectID, DOFInterfaceID, Int32) | Used by a Requestor to block the caller and wait until a provider becomes available with a matching object identifier and that provides the specified interface.
| |
| waitProvider(DOFObjectID, IListDOFInterfaceID, Int32) | Used by a Requestor to block the caller and wait until a provider becomes available with a matching identifier and that provides all of the specified interfaces.
|
See Also