iControl.LocalLBPool.Beginset_member_inherit_profile_state C# (CSharp) Method

Beginset_member_inherit_profile_state() public method

public Beginset_member_inherit_profile_state ( string pool_names, CommonAddressPort members, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonAddressPort
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_member_inherit_profile_state(string [] pool_names,CommonAddressPort [] [] members,CommonEnabledState [] [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_member_inherit_profile_state", new object[] {
            pool_names,
            members,
            states}, callback, asyncState);
        }
LocalLBPool