C# Class Microsoft.Protocols.TestSuites.SharedAdapter.SequenceNumberGenerator

This class is used to generate the token by atomic increase the token by 1.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
GetCurrentFSSHTTPBSubRequestID ( ) : uint

This method is used to get the current sub request ID and atomic adding the token by 1.

GetCurrentSerialNumber ( ) : uint

This method is used to get the current serial number and atomic adding the token by 1.

GetCurrentToken ( ) : uint

This method is used to get the current token value and atomic adding the token by 1.

Method Details

GetCurrentFSSHTTPBSubRequestID() public static méthode

This method is used to get the current sub request ID and atomic adding the token by 1.
public static GetCurrentFSSHTTPBSubRequestID ( ) : uint
Résultat uint

GetCurrentSerialNumber() public static méthode

This method is used to get the current serial number and atomic adding the token by 1.
public static GetCurrentSerialNumber ( ) : uint
Résultat uint

GetCurrentToken() public static méthode

This method is used to get the current token value and atomic adding the token by 1.
public static GetCurrentToken ( ) : uint
Résultat uint