Click or drag to resize
Akka.NETGetFailureGetT Method

[Missing <summary> documentation for "M:Akka.DistributedData.GetFailure.Get``1(Akka.DistributedData.IKey{``0})"]

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public T Get<T>(
	IKey<T> key
)
where T : IReplicatedData

Parameters

key
Type: Akka.DistributedDataIKeyT

[Missing <param name="key"/> documentation for "M:Akka.DistributedData.GetFailure.Get``1(Akka.DistributedData.IKey{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Akka.DistributedData.GetFailure.Get``1(Akka.DistributedData.IKey{``0})"]

Return Value

Type: T

[Missing <returns> documentation for "M:Akka.DistributedData.GetFailure.Get``1(Akka.DistributedData.IKey{``0})"]

Implements

IGetResponseGetT(IKeyT)
See Also