public ClientRequestHandler( string requestCommand, string requestDescription, Action<ClientRequestInfo> handlerMethod, bool isAdvertised, string[] aliases = null )
Public Sub New ( requestCommand As String, requestDescription As String, handlerMethod As Action(Of ClientRequestInfo), isAdvertised As Boolean, Optional aliases As String() = Nothing )
public: ClientRequestHandler( String^ requestCommand, String^ requestDescription, Action<ClientRequestInfo^>^ handlerMethod, bool isAdvertised, array<String^>^ aliases = nullptr )
new : requestCommand : string * requestDescription : string * handlerMethod : Action<ClientRequestInfo> * isAdvertised : bool * ?aliases : string[] (* Defaults: let _aliases = defaultArg aliases null *) -> ClientRequestHandler
GSF.ServiceProcess.ClientRequestHandler = function(requestCommand, requestDescription, handlerMethod, isAdvertised, aliases);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.