C# Class Microsoft.Protocols.TestSuites.SharedTestSuite.StatusManager.SharedLockKey

The class is used for the key when recording the coauthoring session or schema lock.
Mostrar archivo Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
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.

Method Details

Equals() public method

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

GetHashCode() public method

Override the GetHashCode function.
public GetHashCode ( ) : int
return int

SharedLockKey() public method

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.
return System