ICancelMethodCalls Interface
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.
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() |