Show / Hide Table of Contents

    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 : IComparable
    Type Parameters
    Name Description
    TShard

    Constructors

    | Improve this Doc View Source

    ShardParameterValue()

    Declaration
    public ShardParameterValue()
    | Improve this Doc View Source

    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 Source

    ParameterName

    Declaration
    public string ParameterName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ParameterValue

    Declaration
    public object ParameterValue { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    ShardId

    Declaration
    public TShard ShardId { get; set; }
    Property Value
    Type Description
    TShard
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX