Class ShardParameterValue<TShard>
The class enables passing different parameters to specific shards. Only distinct members of the shard Id list are queried.
Inheritance
System.Object
    ShardParameterValue<TShard>
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: ArgentSea
Assembly: ArgentSea.dll
Syntax
public class ShardParameterValue<TShard>
    where TShard : IComparableType Parameters
| Name | Description | 
|---|---|
| TShard | 
Constructors
| Improve this Doc View SourceShardParameterValue()
Declaration
public ShardParameterValue()ShardParameterValue(TShard, String, Object)
Declaration
public ShardParameterValue(TShard shardId, string parameterName, object parameterValue)Parameters
| Type | Name | Description | 
|---|---|---|
| TShard | shardId | |
| System.String | parameterName | |
| System.Object | parameterValue | 
Properties
| Improve this Doc View SourceParameterName
Declaration
public string ParameterName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
ParameterValue
Declaration
public object ParameterValue { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Object | 
ShardId
Declaration
public TShard ShardId { get; set; }Property Value
| Type | Description | 
|---|---|
| TShard |