iControl.LocalLBNodeAddressV2.Beginget_metadata C# (CSharp) Method

Beginget_metadata() public method

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