iControl.NetworkingVLAN.get_sflow_sampling_rate_global C# (CSharp) Method

get_sflow_sampling_rate_global() private method

private get_sflow_sampling_rate_global ( string vlans ) : CommonSFlowGlobalType[]
vlans string
return CommonSFlowGlobalType[]
        public CommonSFlowGlobalType[] get_sflow_sampling_rate_global(
		string [] vlans
	)
        {
            object [] results = this.Invoke("get_sflow_sampling_rate_global", new object [] {
                vlans});
            return ((CommonSFlowGlobalType [])(results[0]));
        }
NetworkingVLAN