C# 클래스 Microsoft.Protocols.TestSuites.SharedTestSuite.StatusManager.SharedLockKey

The class is used for the key when recording the coauthoring session or schema lock.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Override the equals function.

GetHashCode ( ) : int

Override the GetHashCode function.

SharedLockKey ( string fileUrl, string clientId, string schemalockId ) : System

Initializes a new instance of the SharedLockKey class.

메소드 상세

Equals() 공개 메소드

Override the equals function.
public Equals ( object obj ) : bool
obj object Specify the other instance need to be compared.
리턴 bool

GetHashCode() 공개 메소드

Override the GetHashCode function.
public GetHashCode ( ) : int
리턴 int

SharedLockKey() 공개 메소드

Initializes a new instance of the SharedLockKey class.
public SharedLockKey ( string fileUrl, string clientId, string schemalockId ) : System
fileUrl string Specify the file URL.
clientId string Specify the client id.
schemalockId string Specify the schema lock id.
리턴 System