mscorlib(4.0.0.0) API with additions
IMessageCtrl.cs
1
using
System
.
Runtime
.
InteropServices
;
2
using
System
.
Security
;
3
4
namespace
System.Runtime.Remoting.Messaging
5
{
7
[ComVisible(
true
)]
8
public
interface
IMessageCtrl
9
{
13
[SecurityCritical]
14
void
Cancel
(
int
msToCancel);
15
}
16
}
System.Security
Definition:
AllowPartiallyTrustedCallersAttribute.cs:3
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.Remoting.Messaging
Definition:
ArgMapper.cs:5
System.Runtime.Remoting.Messaging.IMessageCtrl
Provides a way to control asynchronous messages after they have dispatched using the M:System....
Definition:
IMessageCtrl.cs:8
System.Runtime.Remoting.Messaging.IMessageCtrl.Cancel
void Cancel(int msToCancel)
Cancels an asynchronous call.
All cs
System.Runtime.Remoting.Messaging
IMessageCtrl.cs
Generated by
1.8.15