Exemplo n.º 1
0
 /// <summary>Provides the implementation of the Standard Service Action.  Runs a pass through Service action on the contained Port object.</summary>
 protected override string PerformServiceAction(string serviceName)
 {
     return(InnerRunRelayAction(port.CreateServiceAction(serviceName), Fcns.CheckedFormat("ServiceAction({0})", serviceName)));
 }