コード例 #1
0
 protected void Secure()
 {
     LifeCycle.Secure();
 }
コード例 #2
0
ファイル: Actor.cs プロジェクト: lpedras/vlingo-net-actors
 /// <summary>
 /// Secures this <c>Actor</c>.
 /// </summary>
 protected virtual void Secure()
 {
     LifeCycle.Secure();
 }