C# Class Akka.Cluster.Tools.PublishSubscribe.Internal.Bucket

Exibir arquivo Open project: rogeralsing/akka.net Class Usage Examples

Public Properties

Property Type Description
Content ValueHolder>.IImmutableDictionary
Owner Akka.Actor.Address
Version long

Public Methods

Method Description
Bucket ( Akka.Actor.Address owner ) : System
Bucket ( Akka.Actor.Address owner, long version, ValueHolder>.IImmutableDictionary content ) : System

Method Details

Bucket() public method

public Bucket ( Akka.Actor.Address owner ) : System
owner Akka.Actor.Address
return System

Bucket() public method

public Bucket ( Akka.Actor.Address owner, long version, ValueHolder>.IImmutableDictionary content ) : System
owner Akka.Actor.Address
version long
content ValueHolder>.IImmutableDictionary
return System

Property Details

Content public_oe property

public IImmutableDictionary Content
return ValueHolder>.IImmutableDictionary

Owner public_oe property

public Address,Akka.Actor Owner
return Akka.Actor.Address

Version public_oe property

public long Version
return long