iControl.LocalLBProfileHttp.set_sflow_sampling_rate_global C# (CSharp) Method

set_sflow_sampling_rate_global() private method

private set_sflow_sampling_rate_global ( string profile_names, CommonProfileSFlowGlobalType types ) : void
profile_names string
types CommonProfileSFlowGlobalType
return void
        public void set_sflow_sampling_rate_global(
		string [] profile_names,
		CommonProfileSFlowGlobalType [] types
	)
        {
            this.Invoke("set_sflow_sampling_rate_global", new object [] {
                profile_names,
                types});
        }
LocalLBProfileHttp