iControl.ASMLoggingProfile.Endset_remote_log_facility C# (CSharp) Method

Endset_remote_log_facility() public method

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