iControl.LocalLBProfileHttp.get_sflow_sampling_rate_global C# (CSharp) Method

get_sflow_sampling_rate_global() private method

private get_sflow_sampling_rate_global ( string profile_names ) : CommonProfileSFlowGlobalType[]
profile_names string
return CommonProfileSFlowGlobalType[]
        public CommonProfileSFlowGlobalType[] get_sflow_sampling_rate_global(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_sflow_sampling_rate_global", new object [] {
                profile_names});
            return ((CommonProfileSFlowGlobalType [])(results[0]));
        }
LocalLBProfileHttp