C# 클래스 HelperLib.RoleInfoDataSource

파일 보기 프로젝트 열기: CloudMetal/Windows-Azure-CouchDB 1 사용 예제들

공개 메소드들

메소드 설명
AddRoleInfoEntity ( RoleInfoEntity newItem ) : void
GetAllEndpoints ( ) : IEnumerable
GetInstanceEndpoint ( string roleId ) : IPEndPoint
RemoveRoleInfoEntity ( string roleId, string ip, int port ) : void
RoleInfoDataSource ( ) : System

비공개 메소드들

메소드 설명
IPEndpointFromParts ( string ipString, int port ) : IPEndPoint

메소드 상세

AddRoleInfoEntity() 공개 메소드

public AddRoleInfoEntity ( RoleInfoEntity newItem ) : void
newItem RoleInfoEntity
리턴 void

GetAllEndpoints() 공개 메소드

public GetAllEndpoints ( ) : IEnumerable
리턴 IEnumerable

GetInstanceEndpoint() 공개 메소드

public GetInstanceEndpoint ( string roleId ) : IPEndPoint
roleId string
리턴 System.Net.IPEndPoint

RemoveRoleInfoEntity() 공개 메소드

public RemoveRoleInfoEntity ( string roleId, string ip, int port ) : void
roleId string
ip string
port int
리턴 void

RoleInfoDataSource() 공개 메소드

public RoleInfoDataSource ( ) : System
리턴 System