iControl.ASMLoggingProfile.Enddelete_logprof C# (CSharp) Method

Enddelete_logprof() public method

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