WcfPipeParams
Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.WcfPipeParams
Kind: class
Constructor
WcfPipeParams(CommandTransfer parent, string url, int pipeNumber, string address)
Constructor
Parameters
| Type | Name | Description |
|---|---|---|
CommandTransfer | parent | |
string | url | |
int | pipeNumber | |
string | address |
Properties
Binding
Property
NetNamedPipeBinding Binding { get; set; }
PipeProxy
Property
IDuplexMessageService PipeProxy { get; set; }
PipeFactory
Property
DuplexChannelFactory<IDuplexMessageService> PipeFactory { get; set; }
Methods
SendMessage
Method
void SendMessage(string message, Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
string | message | |
Guid | id |
RequestTasksIds
Method
void RequestTasksIds()
Reinit
Method
void Reinit(int timeOut, Exception ex)
Parameters
| Type | Name | Description |
|---|---|---|
int | timeOut | |
Exception | ex |
Dispose
Method
void Dispose()