The delay time between the current handle and the target user.

Namespace:  Bone.CallbackArgs
Assembly:  BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)

Syntax

C#
public int Delay { get; internal set; }
Visual Basic (Declaration)
Public Property Delay As Integer
Visual C++
public:
property int Delay {
	int get ();
	void set (int value);
}

See Also