home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / dotNETSDK / SETUP.EXE / netfxsd1.cab / readme_xml_12________.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-17  |  1.1 KB  |  42 lines

  1. <?xml version='1.0'?> 
  2. <?xml-stylesheet type="text/xsl" href="..\..\..\..\readme.xsl"?> 
  3. <sample> 
  4. <title> Remoting Async Delegate Sample</title>
  5.  
  6. <title-short>Making Async calls with .NET remoting</title-short>
  7.  
  8. <overview> 
  9. This sample shows how to make asynchronous calls using remoting.  Both samples in this
  10. directory use BeginInvoke and EndInvoke to make asynchronous calls and retrieve
  11. the results from the call.  
  12. </overview>
  13.  
  14. <subdirectory>Technologies\Remoting\Advanced\AsyncDelegate
  15. </subdirectory>
  16.  
  17. <buildsteps> 
  18. <step> 
  19. Type <b>nmake -a all</b> from the command line.      
  20. <example> 
  21. C:\Program Files\Microsoft.NET\SDK\v1.1\Samples\Technologies\Remoting\Advanced\AsyncDelegate> nmake -a all
  22. </example>
  23. </step>
  24. </buildsteps>
  25.  
  26. <runsteps> 
  27. <step>
  28. Run the executables AsyncDelegate.exe and AsyncDelegate2.exe from a console window.
  29. </step>
  30. </runsteps>
  31.  
  32. <keywords> 
  33. <word name="Remoting" keyword="R"/>
  34. <word name="Asynchronous" keyword="A"/>
  35. <word name="MBR" keyword="M"/>
  36. <word name="BeginInvoke" keyword="B"/>
  37. <word name="EndInvoke" keyword="E"/>
  38. </keywords>
  39. </sample>
  40.  
  41.  
  42.