iControl.LocalLBLSNPool.Beginadd_backup_member C# (CSharp) Method

Beginadd_backup_member() public method

public Beginadd_backup_member ( string pools, string members, System callback, object asyncState ) : System.IAsyncResult
pools string
members string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_backup_member(string [] pools,string [] [] members, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_backup_member", new object[] {
            pools,
            members}, callback, asyncState);
        }
LocalLBLSNPool