C# 클래스 Stardust.Node.Extensions.NodeConfigurationExtensions

파일 보기 프로젝트 열기: Teleopti/Stardust

공개 메소드들

메소드 설명
CreateWhoIAm ( this nodeConfiguration, string machineName ) : string
GetManagerJobDoneTemplateUri ( this nodeConfiguration ) : Uri
GetManagerJobHasBeenCanceledTemplateUri ( this nodeConfiguration ) : Uri
GetManagerJobHasFailedTemplatedUri ( this nodeConfiguration ) : Uri
GetManagerNodeHasBeenInitializedUri ( this nodeConfiguration ) : Uri
GetManagerNodeHeartbeatUri ( this nodeConfiguration ) : Uri

비공개 메소드들

메소드 설명
CreateUri ( Uri location, string path ) : Uri

메소드 상세

CreateWhoIAm() 공개 정적인 메소드

public static CreateWhoIAm ( this nodeConfiguration, string machineName ) : string
nodeConfiguration this
machineName string
리턴 string

GetManagerJobDoneTemplateUri() 공개 정적인 메소드

public static GetManagerJobDoneTemplateUri ( this nodeConfiguration ) : Uri
nodeConfiguration this
리턴 System.Uri

GetManagerJobHasBeenCanceledTemplateUri() 공개 정적인 메소드

public static GetManagerJobHasBeenCanceledTemplateUri ( this nodeConfiguration ) : Uri
nodeConfiguration this
리턴 System.Uri

GetManagerJobHasFailedTemplatedUri() 공개 정적인 메소드

public static GetManagerJobHasFailedTemplatedUri ( this nodeConfiguration ) : Uri
nodeConfiguration this
리턴 System.Uri

GetManagerNodeHasBeenInitializedUri() 공개 정적인 메소드

public static GetManagerNodeHasBeenInitializedUri ( this nodeConfiguration ) : Uri
nodeConfiguration this
리턴 System.Uri

GetManagerNodeHeartbeatUri() 공개 정적인 메소드

public static GetManagerNodeHeartbeatUri ( this nodeConfiguration ) : Uri
nodeConfiguration this
리턴 System.Uri