iControl.ManagementSFlowDataSource.Endget_interface_poll_interval_effective C# (CSharp) Method

Endget_interface_poll_interval_effective() public method

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