文件名称:EventBasedAsyncSample
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 169kb
- 下载次数:
- 0次
- 提 供 者:
- zq200*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
此示例演示如何使用支持基于事件的异步模式的组件。
基于事件的异步模式为执行异步操作提供了一个事件驱动的编程模型。使用该模型可以在设计时将异步功能生成到应用程序中。有关更多信息。
里面包含C#、vb、jsl三种代码的示例
-This example demonstrates how to use support for event-based asynchronous mode components. Asynchronous event-based model for the implementation of asynchronous operation provides an event-driven programming model. The use of the model can be designed to generate asynchronous functions into applications. For more information. Which contains C#, Vb, jsl three examples of code
基于事件的异步模式为执行异步操作提供了一个事件驱动的编程模型。使用该模型可以在设计时将异步功能生成到应用程序中。有关更多信息。
里面包含C#、vb、jsl三种代码的示例
-This example demonstrates how to use support for event-based asynchronous mode components. Asynchronous event-based model for the implementation of asynchronous operation provides an event-driven programming model. The use of the model can be designed to generate asynchronous functions into applications. For more information. Which contains C#, Vb, jsl three examples of code
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cs
..\eventbasedasyncsamplecs
..\.......................\app.config
..\.......................\asyncpictureboxform.cs
..\.......................\asyncpictureboxform.designer.cs
..\.......................\asyncpictureboxform.resx
..\.......................\asyncwebclientform.cs
..\.......................\asyncwebclientform.designer.cs
..\.......................\asyncwebclientform.resx
..\.......................\asyncwebserviceform.cs
..\.......................\asyncwebserviceform.designer.cs
..\.......................\asyncwebserviceform.resx
..\.......................\eventbasedasyncsamplecs.csproj
..\.......................\mainform.cs
..\.......................\mainform.designer.cs
..\.......................\mainform.resx
..\.......................\program.cs
..\.......................\properties
..\.......................\..........\assemblyinfo.cs
..\.......................\..........\resources.cs
..\.......................\..........\resources.designer.cs
..\.......................\..........\resources.resx
..\.......................\..........\settings.designer.cs
..\.......................\..........\settings.settings
..\.......................\resources
..\.......................\settings1.designer.cs
..\.......................\settings1.settings
..\.......................\simplebackgroundworkerform.cs
..\.......................\simplebackgroundworkerform.designer.cs
..\.......................\simplebackgroundworkerform.resx
..\.......................\supportingclasses
..\.......................\.................\samplecodeform.cs
..\.......................\.................\samplecodeform.designer.cs
..\.......................\.................\samplecodeform.resx
..\.......................\.................\waitcursormanager.cs
..\.......................\web references
..\.......................\..............\simplewebservices
..\.......................\..............\.................\reference.cs
..\.......................\..............\.................\reference.map
..\.......................\..............\.................\simplewebservice.disco
..\.......................\..............\.................\simplewebservice.wsdl
..\eventbasedasyncsamplecs.sln
jsl
...\eventbasedasyncsamplejsl
...\........................\app.config
...\........................\asyncpictureboxform.jsl
...\........................\asyncpictureboxform.resx
...\........................\asyncwebclientform.jsl
...\........................\asyncwebclientform.resx
...\........................\asyncwebserviceform.jsl
...\........................\asyncwebserviceform.resx
...\........................\configuration
...\........................\.............\settings.designer.jsl
...\........................\.............\settings.settings
...\........................\eventbasedasyncsamplejsl.vjsproj
...\........................\mainform.jsl
...\........................\mainform.resx
...\........................\program.jsl
...\........................\properties
...\........................\..........\assemblyinfo.jsl
...\........................\..........\resources.jsl
...\........................\..........\resources.resx
...\........................\..........\settings.designer.jsl
...\........................\..........\settings.jsl
...\........................\..........\settings.settings
...\........................\resources
...\........................\resources.jsl
...\........................\resources.resx
...\........................\simplebackgroundworkerform.jsl
...\........................\simplebackgroundworkerform.resx
...\........................\simplewebserviceproxy.jsl
...\........................\supportingclasses
...\........................\.................\samplecodeform.jsl
...\........................\.................\samplecodeform.resx
...\........................\.................\waitcursormanager.jsl
...\........................\web references
...\........................\..............\simplewebservices
...\........................\..............\.................\reference.jsl
...\................
..\eventbasedasyncsamplecs
..\.......................\app.config
..\.......................\asyncpictureboxform.cs
..\.......................\asyncpictureboxform.designer.cs
..\.......................\asyncpictureboxform.resx
..\.......................\asyncwebclientform.cs
..\.......................\asyncwebclientform.designer.cs
..\.......................\asyncwebclientform.resx
..\.......................\asyncwebserviceform.cs
..\.......................\asyncwebserviceform.designer.cs
..\.......................\asyncwebserviceform.resx
..\.......................\eventbasedasyncsamplecs.csproj
..\.......................\mainform.cs
..\.......................\mainform.designer.cs
..\.......................\mainform.resx
..\.......................\program.cs
..\.......................\properties
..\.......................\..........\assemblyinfo.cs
..\.......................\..........\resources.cs
..\.......................\..........\resources.designer.cs
..\.......................\..........\resources.resx
..\.......................\..........\settings.designer.cs
..\.......................\..........\settings.settings
..\.......................\resources
..\.......................\settings1.designer.cs
..\.......................\settings1.settings
..\.......................\simplebackgroundworkerform.cs
..\.......................\simplebackgroundworkerform.designer.cs
..\.......................\simplebackgroundworkerform.resx
..\.......................\supportingclasses
..\.......................\.................\samplecodeform.cs
..\.......................\.................\samplecodeform.designer.cs
..\.......................\.................\samplecodeform.resx
..\.......................\.................\waitcursormanager.cs
..\.......................\web references
..\.......................\..............\simplewebservices
..\.......................\..............\.................\reference.cs
..\.......................\..............\.................\reference.map
..\.......................\..............\.................\simplewebservice.disco
..\.......................\..............\.................\simplewebservice.wsdl
..\eventbasedasyncsamplecs.sln
jsl
...\eventbasedasyncsamplejsl
...\........................\app.config
...\........................\asyncpictureboxform.jsl
...\........................\asyncpictureboxform.resx
...\........................\asyncwebclientform.jsl
...\........................\asyncwebclientform.resx
...\........................\asyncwebserviceform.jsl
...\........................\asyncwebserviceform.resx
...\........................\configuration
...\........................\.............\settings.designer.jsl
...\........................\.............\settings.settings
...\........................\eventbasedasyncsamplejsl.vjsproj
...\........................\mainform.jsl
...\........................\mainform.resx
...\........................\program.jsl
...\........................\properties
...\........................\..........\assemblyinfo.jsl
...\........................\..........\resources.jsl
...\........................\..........\resources.resx
...\........................\..........\settings.designer.jsl
...\........................\..........\settings.jsl
...\........................\..........\settings.settings
...\........................\resources
...\........................\resources.jsl
...\........................\resources.resx
...\........................\simplebackgroundworkerform.jsl
...\........................\simplebackgroundworkerform.resx
...\........................\simplewebserviceproxy.jsl
...\........................\supportingclasses
...\........................\.................\samplecodeform.jsl
...\........................\.................\samplecodeform.resx
...\........................\.................\waitcursormanager.jsl
...\........................\web references
...\........................\..............\simplewebservices
...\........................\..............\.................\reference.jsl
...\................