iControl.LocalLBNodeAddressV2.Beginset_metadata_description C# (CSharp) Method

Beginset_metadata_description() public method

public Beginset_metadata_description ( string nodes, string names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
nodes string
names string
descriptions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_metadata_description(string [] nodes,string [] [] names,string [] [] descriptions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_metadata_description", new object[] {
            nodes,
            names,
            descriptions}, callback, asyncState);
        }
LocalLBNodeAddressV2