Show / Hide Table of Contents

Class NullChannel

Inheritance
System.Object
BaseCommunicationProvider
NullChannel
Inherited Members
BaseCommunicationProvider.Options
BaseCommunicationProvider.GetIpAddressAsync()
BaseCommunicationProvider.GetIpAddressAsync(String, Int32)
BaseCommunicationProvider.Dispose(Boolean)
BaseCommunicationProvider.Dispose()
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:StatsN
Assembly:cs.temp.dll.dll
Syntax
public class NullChannel : BaseCommunicationProvider, IDisposable

Properties

| Improve this Doc

IsConnected

Declaration
public override bool IsConnected { get; }
Property Value
Type Description
System.Boolean
Overrides
BaseCommunicationProvider.IsConnected

Methods

| Improve this Doc

Connect()

Declaration
public override Task<bool> Connect()
Returns
Type Description
System.Threading.Tasks.Task<TResult><System.Boolean>
Overrides
BaseCommunicationProvider.Connect()
| Improve this Doc

OnDispose()

Declaration
public override void OnDispose()
Overrides
BaseCommunicationProvider.OnDispose()
| Improve this Doc

SendAsync(Byte[])

Declaration
public override Task SendAsync(byte[] payload)
Parameters
Type Name Description
System.Byte[] payload
Returns
Type Description
System.Threading.Tasks.Task
Overrides
BaseCommunicationProvider.SendAsync(Byte[])
  • Improve this Doc
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX