iControl.NetworkingBWControllerPolicy.Endget_log_period C# (CSharp) Method

Endget_log_period() public method

public Endget_log_period ( System asyncResult ) : long[]
asyncResult System
return long[]
        public long[] Endget_log_period(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }
NetworkingBWControllerPolicy