C# Класс Microsoft.Protocols.TestSuites.SharedTestSuite.StatusManager.SharedLockKey

The class is used for the key when recording the coauthoring session or schema lock.
Показать файл Открыть проект

Открытые методы

Метод Описание
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