Class RequestParameters
public abstract class RequestParameters
Constructors
Declaration
protected RequestParameters()
Declaration
protected RequestParameters(RequestParameters origin)
Parameters
Properties
Declaration
public CancellationToken CancellationToken { get; set; }
Property Value
Declaration
public long RequestId { get; }
Property Value
Declaration
public string SendingSource { get; set; }
Property Value
Declaration
public abstract RequestType Type { get; }
Property Value
Methods
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
The object to compare with the current object.
|
Returns
Type |
Description |
bool |
true if the specified object is equal to the current object; otherwise, false.
|
Overrides
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(RequestParameters other)
Parameters
Returns
Type |
Description |
bool |
true if the current object is equal to the other parameter; otherwise, false.
|
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
int |
A hash code for the current object.
|
Overrides
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides