| ResponseEventsComplete Property |
Indicats if all events have been received.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Complete { get; set; }
Public Property Complete As Boolean
Get
Set
public:
property bool Complete {
bool get ();
void set (bool value);
}
member Complete : bool with get, set
Property Value
Type:
BooleanSee Also