From 8faa1d55ca1507ae4913e5476f21fbcd83e70bfe Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Thu, 24 Jun 2010 12:40:11 +0000 Subject: QPID-2589 - Patch from Chuck Rolke Visual Basic example added, UUID support added, C# Hello World example added. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957531 13f79535-47bb-0310-9956-ffa450edef68 --- .../examples/csharp.map.callback.sender/csharp.map.callback.sender.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender') diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs b/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs index 2b17052b3e..c987ad9a53 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs +++ b/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.sender/csharp.map.callback.sender.cs @@ -150,6 +150,9 @@ namespace Org.Apache.Qpid.Messaging.Examples Double myDouble = 13.13; content["myDouble"] = myDouble; + Guid myGuid = new Guid("000102030405060708090a0b0c0d0e0f"); + content["myGuid"] = myGuid; + // // Construct a message with the map content and send it synchronously // via the sender. -- cgit v1.2.1