The Refresh method is received by the server in an RPC_REQUEST packet. In response, the server refreshes the properties of the MSMQQueueInfo object with the values stored in the directory (for public queues) or in the local QueueManager (for private queues).

 HRESULT Refresh();

This method has no parameters.

Return Values: The method MUST return S_OK (0x00000000) on success or an implementation-specific error HRESULT on failure.

When processing this call, the server MUST abide by the following contract: