Method | Description | |
---|---|---|
LockResponse ( int statusCode ) : System.Collections.Generic |
Initializes a new instance of the LockResponse class.
|
|
LockResponse ( int statusCode, IEnumerable |
Initializes a new instance of the LockResponse class.
|
|
LockResponse ( int statusCode, string description ) : System.Collections.Generic |
Initializes a new instance of the LockResponse class.
|
|
LockResponse ( int statusCode, string description, IEnumerable |
Initializes a new instance of the LockResponse class.
|
|
ToString ( ) : string |
public LockResponse ( int statusCode ) : System.Collections.Generic | ||
statusCode | int | The status code of the operation. |
return | System.Collections.Generic |
public LockResponse ( int statusCode, IEnumerable |
||
statusCode | int | The status code of the response. |
activeLocks | IEnumerable |
The active locks of the resource. |
return | System.Collections.Generic |
public LockResponse ( int statusCode, string description ) : System.Collections.Generic | ||
statusCode | int | The status code of the response. |
description | string | The description of the response. |
return | System.Collections.Generic |
public LockResponse ( int statusCode, string description, IEnumerable |
||
statusCode | int | The status code of the response. |
description | string | The description of the response. |
activeLocks | IEnumerable |
The active locks of the resource. |
return | System.Collections.Generic |