Microsoft.Azure.Commands.Insights.EventCmdletBase.ProcessParticularParameters C# (CSharp) Method

ProcessParticularParameters() protected abstract method

Process the parameters defined by the descendants of this class
protected abstract ProcessParticularParameters ( string currentQueryFilter ) : string
currentQueryFilter string The current query filter
return string
        protected abstract string ProcessParticularParameters(string currentQueryFilter);