C# 클래스 Microsoft.Protocols.TestSuites.SharedAdapter.SequenceNumberGenerator

This class is used to generate the token by atomic increase the token by 1.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GetCurrentFSSHTTPBSubRequestID() 공개 정적인 메소드

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

GetCurrentSerialNumber() 공개 정적인 메소드

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

GetCurrentToken() 공개 정적인 메소드

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