C# Class Tmx.Client.Library.ObjectModel.Registration

Description of Registration.
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Méthode Description
Registration ( ) : System
SendRegistrationInfoAndGetClientId ( string customClientString ) : System.Guid
UnregisterClient ( ) : void

Private Methods

Méthode Description
CloseCurrentTaskIfAny ( ) : void
GetNewTestClient ( string customClientString ) : ITestClient

Method Details

Registration() public méthode

public Registration ( ) : System
Résultat System

SendRegistrationInfoAndGetClientId() public méthode

public SendRegistrationInfoAndGetClientId ( string customClientString ) : System.Guid
customClientString string
Résultat System.Guid

UnregisterClient() public méthode

public UnregisterClient ( ) : void
Résultat void