C# 클래스 Tmx.Client.Library.ObjectModel.Registration

Description of Registration.
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 메소드들

메소드 설명
Registration ( ) : System
SendRegistrationInfoAndGetClientId ( string customClientString ) : System.Guid
UnregisterClient ( ) : void

비공개 메소드들

메소드 설명
CloseCurrentTaskIfAny ( ) : void
GetNewTestClient ( string customClientString ) : ITestClient

메소드 상세

Registration() 공개 메소드

public Registration ( ) : System
리턴 System

SendRegistrationInfoAndGetClientId() 공개 메소드

public SendRegistrationInfoAndGetClientId ( string customClientString ) : System.Guid
customClientString string
리턴 System.Guid

UnregisterClient() 공개 메소드

public UnregisterClient ( ) : void
리턴 void