| WriteTo Constructor |
Initializes a new instance of the
WriteTo class
Namespace:
Akka.DistributedData
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public WriteTo(
int n,
TimeSpan timeout
)
new :
n : int *
timeout : TimeSpan -> WriteTo
Parameters
- n
- Type: SystemInt32
[Missing <param name="n"/> documentation for "M:Akka.DistributedData.WriteTo.#ctor(System.Int32,System.TimeSpan)"]
- timeout
- Type: SystemTimeSpan
[Missing <param name="timeout"/> documentation for "M:Akka.DistributedData.WriteTo.#ctor(System.Int32,System.TimeSpan)"]
See Also