|  | ClusterClientSettingsBufferSize Property | 
 
            If connection to the receptionist is not established the client will buffer this number of messages and deliver 
            them the connection is established. When the buffer is full old messages will be dropped when new messages are sent via the client. 
            Use 0 to disable buffering, i.e. messages will be dropped immediately if the location of the receptionist is unavailable.
            
 
    Namespace: 
   Akka.Cluster.Tools.Client
    Assembly:
   Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic int BufferSize { get; }member BufferSize : int with get
Property Value
Type: 
Int32 See Also
See Also