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