iControl.LocalLBProfileSIPRouter.get_maximum_pending_bytes C# (CSharp) Method

get_maximum_pending_bytes() private method

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