IProfferAsyncService.RevokeAsyncService(UInt32) Method

Definition

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.

Applies to