iControl.LocalLBNodeAddressV2.Beginget_metadata_description C# (CSharp) Method

Beginget_metadata_description() public method

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