C# 클래스 Helios.Topology.NodeExtensions

Extension methods to make it easier to work with INode implementations
파일 보기 프로젝트 열기: helios-io/helios

공개 메소드들

메소드 설명
IsEmpty ( this node ) : bool
ToNode ( this uri ) : INode
ToNode ( this endPoint, TransportType transportType ) : INode
ToUri ( this node ) : Uri

메소드 상세

IsEmpty() 공개 정적인 메소드

public static IsEmpty ( this node ) : bool
node this
리턴 bool

ToNode() 공개 정적인 메소드

public static ToNode ( this uri ) : INode
uri this
리턴 INode

ToNode() 공개 정적인 메소드

public static ToNode ( this endPoint, TransportType transportType ) : INode
endPoint this
transportType TransportType
리턴 INode

ToUri() 공개 정적인 메소드

public static ToUri ( this node ) : Uri
node this
리턴 System.Uri