iControl.GlobalLBPoolMember.Beginget_ratio C# (CSharp) Method

Beginget_ratio() public method

public Beginget_ratio ( string pool_names, CommonIPPortDefinition members, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonIPPortDefinition
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_ratio(string [] pool_names,CommonIPPortDefinition [] [] members, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_ratio", new object[] {
            pool_names,
            members}, callback, asyncState);
        }