com.onlineobject.objectnet Namespace

DelayedRemove Constructor

Initializes a new instance of the DelayedRemove class.

Namespace:  com.onlineobject.objectnet
Assembly:  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.