iControl.ASMLoggingProfile.Beginget_logprof C# (CSharp) Méthode

Beginget_logprof() public méthode

public Beginget_logprof ( string logprof_names, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_logprof(string [] logprof_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_logprof", new object[] {
            logprof_names}, callback, asyncState);
        }
ASMLoggingProfile