Show / Hide Table of Contents

    Class ShardDataStores<TShard, TConfiguration>.ShardInstance

    Inheritance
    System.Object
    ShardDataStores<TShard, TConfiguration>.ShardInstance
    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 ShardInstance

    Constructors

    | Improve this Doc View Source

    ShardInstance(ShardDataStores<TShard, TConfiguration>, TShard, IConnectionConfiguration, IConnectionConfiguration)

    Declaration
    public ShardInstance(ShardDataStores<TShard, TConfiguration> parent, TShard shardId, IConnectionConfiguration readConnection, IConnectionConfiguration writeConnection)
    Parameters
    Type Name Description
    ShardDataStores<TShard, TConfiguration> parent
    TShard shardId
    IConnectionConfiguration readConnection
    IConnectionConfiguration writeConnection

    Properties

    | Improve this Doc View Source

    ReadConnection

    Declaration
    public ShardDataStores<TShard, TConfiguration>.DataConnection ReadConnection { get; }
    Property Value
    Type Description
    ShardDataStores.DataConnection<>
    | Improve this Doc View Source

    ShardId

    Declaration
    public TShard ShardId { get; }
    Property Value
    Type Description
    TShard
    | Improve this Doc View Source

    WriteConnection

    Declaration
    public ShardDataStores<TShard, TConfiguration>.DataConnection WriteConnection { get; }
    Property Value
    Type Description
    ShardDataStores.DataConnection<>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX