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

TypeNameDescription
CommandTransfernewParent

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

TypeNameDescription
stringmessage
Guidid

Reinit

Method

void Reinit(int timeOut, Exception ex)

Parameters

TypeNameDescription
inttimeOut
Exceptionex

RequestTasksIds

Method

void RequestTasksIds()