iControl.LocalLBProfileFastHttp.get_maximum_requests C# (CSharp) Method

get_maximum_requests() private method

private get_maximum_requests ( string profile_names ) : LocalLBProfileULong[]
profile_names string
return LocalLBProfileULong[]
        public LocalLBProfileULong[] get_maximum_requests(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_maximum_requests", new object [] {
                profile_names});
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileFastHttp