iControl.LocalLBRateClass.set_queueing_method_bucket_count C# (CSharp) Method

set_queueing_method_bucket_count() private method

private set_queueing_method_bucket_count ( string queues, long bucket_counts ) : void
queues string
bucket_counts long
return void
        public void set_queueing_method_bucket_count(
		string [] queues,
		long [] bucket_counts
	)
        {
            this.Invoke("set_queueing_method_bucket_count", new object [] {
                queues,
                bucket_counts});
        }
LocalLBRateClass