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

Enddelete_logprof() public méthode

public Enddelete_logprof ( System asyncResult ) : void
asyncResult System
Résultat void
        public void Enddelete_logprof(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ASMLoggingProfile