- Message
- The service message.
| Visual Basic (Declaration) | |
|---|---|
Overridable Function Process( _ ByVal Message As ServiceMessage _ ) As ServiceMessage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual ServiceMessage Process( ServiceMessage Message ) | |
| C++/CLI | |
|---|---|
virtual ServiceMessage^ Process( ServiceMessage^ Message ) | |
Parameters
- Message
- The service message.
Return Value
A response for the message.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code