TransferParams
Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.TransferParams
Kind: abstract
Properties
Address
Property
string Address { get; set; }
FullAddress
Property
string FullAddress { get; set; }
MessageTimeout
Property
int MessageTimeout { get; set; }
OperationTimeout
Property
int OperationTimeout { get; set; }
Parent
Property
CommandTransfer Parent { get; set; }
Port
Property
int Port { get; set; }
Url
Property
string Url { get; set; }
WaitTickCount
Property
int WaitTickCount { get; set; }
Disposing
Property
bool Disposing { get; }
IsReady
Property
bool IsReady { get; }
IsProjectMakerInstnaceInitialized
Property
bool IsProjectMakerInstnaceInitialized { get; set; }
CommandTransferCount
Property
int CommandTransferCount { get; set; }
ErrorTransferCount
Property
int ErrorTransferCount { get; set; }
ErrorInstanceCount
Property
int ErrorInstanceCount { get; set; }
Methods
UpdateParent
Method
void UpdateParent(CommandTransfer newParent)
Parameters
| Type | Name | Description |
|---|---|---|
CommandTransfer | newParent |
IncrementUsage
Method
void IncrementUsage()
DecrementUsage
Method
void DecrementUsage()
ClearUsage
Method
void ClearUsage()
IncrementTransferError
Method
void IncrementTransferError()
ClearTransferError
Method
void ClearTransferError()
IncrementInstanceError
Method
void IncrementInstanceError()
ClearInstanceError
Method
void ClearInstanceError()
SendMessage
Method
void SendMessage(string message, Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
string | message | |
Guid | id |
Reinit
Method
void Reinit(int timeOut, Exception ex)
Parameters
| Type | Name | Description |
|---|---|---|
int | timeOut | |
Exception | ex |
RequestTasksIds
Method
void RequestTasksIds()