iControl.NetworkingInterfaces.get_sflow_poll_interval_global C# (CSharp) Метод

get_sflow_poll_interval_global() приватный Метод

private get_sflow_poll_interval_global ( string interfaces ) : CommonSFlowGlobalType[]
interfaces string
Результат 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