DelayedRemove Constructor
Initializes a new instance of the DelayedRemove class.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public DelayedRemove( IClient client, INetworkElement element, float timeout )
Parameters
- client
- Type: com.onlineobject.objectnet..::..IClient
The client associated with the removal.
- element
- Type: com.onlineobject.objectnet..::..INetworkElement
The network element to be removed.
- timeout
- Type: Single
The timeout duration in seconds.