Class Stop.
Inheritance: ISystemMessage
コード例 #1
0
 private void Process(Stop stopMessage)
 {
     Context.Stop(Self);
 }