コード例 #1
0
ファイル: ActorId.cs プロジェクト: gitter-badger/coyote-1
 /// <summary>
 /// Bind the actor id.
 /// </summary>
 internal void Bind(ActorRuntime runtime)
 {
     this.Runtime = runtime;
 }