iControl.ASMLoggingProfile.Endset_request_type C# (CSharp) Method

Endset_request_type() public method

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