iControl.NetworkingInterfaces.get_sflow_poll_interval_global C# (CSharp) Method

get_sflow_poll_interval_global() private method

private get_sflow_poll_interval_global ( string interfaces ) : CommonSFlowGlobalType[]
interfaces string
return CommonSFlowGlobalType[]
        public CommonSFlowGlobalType[] get_sflow_poll_interval_global(
		string [] interfaces
	)
        {
            object [] results = this.Invoke("get_sflow_poll_interval_global", new object [] {
                interfaces});
            return ((CommonSFlowGlobalType [])(results[0]));
        }
NetworkingInterfaces