Exemplo n.º 1
0
 /// <summary>
 /// Handles the status event from the sandbox.
 /// </summary>
 private void HandleSandboxStatusEvent(object sender, SandboxStatusChangeEventArgs args)
 {
     if (args.Status != ContainerStatus.Removed)
     {
         return;
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Handle status change events for the sandbox containers.
 /// </summary>
 /// <param name="sender">The container being triggered.</param>
 /// <param name="args">The arguments of the id and the status</param>
 private void OnStatusChangeEvent(object sender, SandboxStatusChangeEventArgs args)
 {
 }