iControl.NetworkingInterfaces.Endget_sflow_poll_interval_global C# (CSharp) Method

Endget_sflow_poll_interval_global() public method

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