| QueueParamsEventCompleted Property |
Returns the number of completed calls.
Sets the number of completed calls.
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Completed { get; set; }
Public Property Completed As Integer
Get
Set
public:
property int Completed {
int get ();
void set (int value);
}
member Completed : int with get, set
Property Value
Type:
Int32See Also