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

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

Méthodes publiques

Méthode 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 méthode

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

GetHashCode() public méthode

Override the GetHashCode function.
public GetHashCode ( ) : int
Résultat int

SharedLockKey() public méthode

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.
Résultat System