iControl.ManagementSFlowGlobals.Endget_system_poll_interval C# (CSharp) 메소드

Endget_system_poll_interval() 공개 메소드

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