IProfferAsyncService.RevokeAsyncService(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Revokes the asynchronous service.
public:
void RevokeAsyncService(System::UInt32 dwCookie);
public:
void RevokeAsyncService(unsigned int dwCookie);
void RevokeAsyncService(unsigned int dwCookie);
public void RevokeAsyncService (uint dwCookie);
abstract member RevokeAsyncService : uint32 -> unit
Public Sub RevokeAsyncService (dwCookie As UInteger)
Parameters
- dwCookie
- UInt32
The cookie.
Remarks
This method is safe to access from any thread.