iControl.NetworkingBWControllerPolicy.Endget_log_period C# (CSharp) 메소드

Endget_log_period() 공개 메소드

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