iControl.ManagementApplicationService.Beginget_metadata C# (CSharp) Method

Beginget_metadata() public method

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