iControl.ASMLoggingProfile.Endset_remote_storage_base C# (CSharp) Method

Endset_remote_storage_base() public method

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