iControl.LocalLBLSNPool.Begincreate C# (CSharp) Method

Begincreate() public method

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