CommunicationServerCreatePipeSession 属性 |
创建会话状态的委托对象,也就可以自己指定创建自定义的会话
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Func<CommunicationPipe, PipeSession> CreatePipeSession { get; set; }
Public Property CreatePipeSession As Func(Of CommunicationPipe, PipeSession)
Get
Set
public:
property Func<CommunicationPipe^, PipeSession^>^ CreatePipeSession {
Func<CommunicationPipe^, PipeSession^>^ get ();
void set (Func<CommunicationPipe^, PipeSession^>^ value);
}
member CreatePipeSession : Func<CommunicationPipe, PipeSession> with get, set
属性值
类型:
FuncCommunicationPipe,
PipeSession参见