Microsoft.Protocols.TestSuites.MS_OXORULE.MS_OXORULEAdapter.ReleaseRop C# (CSharp) Method

ReleaseRop() public method

Release resources.
public ReleaseRop ( uint handle ) : void
handle uint Unsigned integer value indicates the Server object Handle
return void
        public void ReleaseRop(uint handle)
        {
            RopReleaseRequest relR = new RopReleaseRequest
            {
                InputHandleIndex = 0x00,
                RopId = (byte)RopId.RopRelease,
                LogonId = 0x00
            };

            this.responseSOHs = this.DoRPCCall(relR, handle, ref this.response, ref this.rawData);
        }
        #endregion