iControl.ManagementDevice.Beginget_marketing_name C# (CSharp) Method

Beginget_marketing_name() public method

public Beginget_marketing_name ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_marketing_name(string [] devices, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_marketing_name", new object[] {
            devices}, callback, asyncState);
        }
ManagementDevice