ICancelMethodCalls Interface

Definition

Manages method call cancellation requests. For more information, see Non-Blocking Method Calls and ICancelMethodCalls.

public interface class ICancelMethodCalls
public interface class ICancelMethodCalls
__interface ICancelMethodCalls
[System.Runtime.InteropServices.Guid("00000029-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICancelMethodCalls
[System.Runtime.InteropServices.Guid("00000029-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ICancelMethodCalls
[<System.Runtime.InteropServices.Guid("00000029-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICancelMethodCalls = interface
[<System.Runtime.InteropServices.Guid("00000029-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ICancelMethodCalls = interface
Public Interface ICancelMethodCalls
Attributes

Methods

Cancel(UInt32)
TestCancel()

Applies to