  | 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)
Syntaxpublic 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: 
Boolean
See Also