iControl.SystemSystemInfo.Beginget_marketing_name C# (CSharp) Méthode

Beginget_marketing_name() public méthode

public Beginget_marketing_name ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_marketing_name(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_marketing_name", new object[0], callback, asyncState);
        }
SystemSystemInfo