This documentation is archived and is not being maintained.
MessageSurrogateFilter Delegate
.NET Framework 1.1
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] <Serializable> Public Delegate Function Sub MessageSurrogateFilter( _ ByVal key As String, _ ByVal value As Object _ ) As Boolean [C#] [Serializable] public delegate bool MessageSurrogateFilter( string key, object value ); [C++] [Serializable] public __gc __delegate bool MessageSurrogateFilter( String* key, Object* value );
[JScript] In JScript, you can use the delegates in the .NET Framework, but you cannot define your own.
See Also
Show: