C# 클래스 ClusterSharding.Node.AutomaticJoin.AutomaticCluster

Extension for Akka.NET cluster to establish cluster automatically through shared sqlite store.
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
AutomaticCluster ( ActorSystem system ) : System.Collections.Immutable
Join ( ) : void
Leave ( ) : void

메소드 상세

AutomaticCluster() 공개 메소드

public AutomaticCluster ( ActorSystem system ) : System.Collections.Immutable
system ActorSystem
리턴 System.Collections.Immutable

Join() 공개 메소드

public Join ( ) : void
리턴 void

Leave() 공개 메소드

public Leave ( ) : void
리턴 void