Beispiel #1
0
 /// <summary>
 /// Starts all the <see cref="IClerk"/> plugins.
 /// </summary>
 /// <returns>Type: <see cref="Result"/><para>Details the success/failure of the start operation.</para></returns>
 public Result StartClerks()
 {
     return(_Handler.StartPlugins());
 }
Beispiel #2
0
 /// <summary>
 /// Starts all the <see cref="IAmbassador"/> plugins.
 /// </summary>
 /// <returns>Type: <see cref="Result"/><para>Details the success/failure of the start operation.</para></returns>
 public Result StartAmbassadors()
 {
     return(_Handler.StartPlugins());
 }