C# Class Akka.Cluster.Sharding.PersistentShardCoordinator.HandOff
显示文件
Open project: rogeralsing/akka.net
Public Properties
Property |
Type |
Description |
|
Shard |
ShardId |
|
|
Public Methods
Method |
Description |
|
HandOff ( string shard ) : System |
|
|
Method Details
public HandOff ( string shard ) : System |
shard |
string |
|
return |
System |
|
Property Details
public ShardId Shard |
return |
ShardId |
|