Visual Basic (Declaration) | |
---|---|
Public Sub QueueMessage( _ ByVal contextData As Object, _ ByVal providerID As String, _ ByVal eventName As String, _ ByVal data As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Client Dim contextData As Object Dim providerID As String Dim eventName As String Dim data As String instance.QueueMessage(contextData, providerID, eventName, data) |
C# | |
---|---|
public void QueueMessage( object contextData, string providerID, string eventName, string data ) |
C++/CLI | |
---|---|
public: void QueueMessage( Object^ contextData, String^ providerID, String^ eventName, String^ data ) |
Parameters
- contextData
- The context data.
- providerID
- The resolver provider ID.
- eventName
- Name of the custom event.
- data
- The data.
Exception | Description |
---|---|
System.ArgumentNullException | When the messageBody parameter is null |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2