Microsoft.Azure.Commands.Insights.EventCmdletBase.GetDefaultQueryTimeRange C# (CSharp) 메소드

GetDefaultQueryTimeRange() 보호된 메소드

Gets the default query time range
protected GetDefaultQueryTimeRange ( ) : System.TimeSpan
리턴 System.TimeSpan
        protected virtual TimeSpan GetDefaultQueryTimeRange()
        {
            return DefaultQueryTimeRange;
        }