iControl.NetworkingInterfaces.Endget_sflow_poll_interval C# (CSharp) Method

Endget_sflow_poll_interval() public method

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