Beispiel #1
0
 /// <summary>
 /// Stops all the <see cref="IClerk"/> plugins.
 /// </summary>
 /// <returns>Type: <see cref="Result"/><para>Details the success/failure of the stop operation.</para></returns>
 public Result StopClerks()
 {
     return(_Handler.StopPlugins());
 }
Beispiel #2
0
 /// <summary>
 /// Stops all the <see cref="IAmbassador"/> plugins.
 /// </summary>
 /// <returns>Type: <see cref="Result"/><para>Details the success/failure of the stop operation.</para></returns>
 public Result StopAmbassadors()
 {
     return(_Handler.StopPlugins());
 }