| PipeTcpNetOpenCommunicationAsync 方法  | 
 
            打开当前的管道信息,返回是否成功打开的结果对象,并通过属性 "Content" 指示当前是否为新创建的连接对象,如果是,则该值为 true
            Opens the current pipe information, returns whether the result object was successfully opened, 
            and indicates whether the current connection object is a newly created connection object through the property "Content", if so, the value is true
            
 
        命名空间: 
     HslCommunication.Core.Pipe
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public override Task<OperateResult<bool>> OpenCommunicationAsync()
Public Overrides Function OpenCommunicationAsync As Task(Of OperateResult(Of Boolean))
public:
virtual Task<OperateResult<bool>^>^ OpenCommunicationAsync() override
abstract OpenCommunicationAsync : unit -> Task<OperateResult<bool>> 
override OpenCommunicationAsync : unit -> Task<OperateResult<bool>> 
返回值
类型:
TaskOperateResultBoolean是否打开成功的结果对象
 参见
参见