MessageSurrogateFilter Delegate
.NET Framework 2.0
Determines whether the RemotingSurrogateSelector class should ignore a particular IMessage property while creating an ObjRef for a MarshalByRefObject class.
Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <ComVisibleAttribute(True)> _ Public Delegate Function MessageSurrogateFilter ( _ key As String, _ value As Object _ ) As Boolean 'Usage Dim instance As New MessageSurrogateFilter(AddressOf HandlerMethod)
/** @delegate */ /** @attribute ComVisibleAttribute(true) */ public delegate boolean MessageSurrogateFilter ( String key, Object value )
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- key
- value
The MessageSurrogateFilter delegate is intended for use only by the remoting infrastructure of the .NET Framework; you should not instantiate the delegate directly.
The Filter property of the RemotingSurrogateSelector class gets and sets a MessageSurrogateFilter instance.
Each key/value parameter pair is a remoting message property that belongs to the Properties property of the IMessage class.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: