iControl.ASMLoggingProfile.Endapply_logprof C# (CSharp) Method

Endapply_logprof() public method

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