基本信息
源码名称:Gearman C# API和示例
源码大小:0.33M
文件格式:.zip
开发语言:C#
更新时间:2023-08-30
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
Gearman 的C#开发API和一个简单自带demo,vs2008.

.
├── Gearman C# API和示例_GearmanSharp-master.zip
├── GearmanSharp-master
│   ├── CHANGES.txt
│   ├── ExampleClient
│   │   ├── ExampleClient.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │       └── AssemblyInfo.cs
│   ├── ExampleWorker
│   │   ├── ExampleWorker.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │       └── AssemblyInfo.cs
│   ├── GearmanSharp
│   │   ├── Configuration
│   │   │   ├── ClusterConfigurationElement.cs
│   │   │   ├── ClustersConfigurationElementCollection.cs
│   │   │   ├── GearmanConfigurationSection.cs
│   │   │   ├── ServerConfigurationElement.cs
│   │   │   └── ServersConfigurationElementCollection.cs
│   │   ├── Examples
│   │   │   └── Example.cs
│   │   ├── Exceptions
│   │   │   ├── GearmanApiException.cs
│   │   │   ├── GearmanConnectionException.cs
│   │   │   ├── GearmanException.cs
│   │   │   ├── GearmanFunctionInternalException.cs
│   │   │   ├── GearmanServerException.cs
│   │   │   └── NoServerAvailableException.cs
│   │   ├── Extensions.cs
│   │   ├── GearmanClient.cs
│   │   ├── GearmanClientProtocol.cs
│   │   ├── GearmanConnection.cs
│   │   ├── GearmanConnectionFactory.cs
│   │   ├── GearmanConnectionManager.cs
│   │   ├── GearmanJob.cs
│   │   ├── GearmanJobInfo.cs
│   │   ├── GearmanJobPriority.cs
│   │   ├── GearmanJobRequest.cs
│   │   ├── GearmanJobStatus.cs
│   │   ├── GearmanProtocol.cs
│   │   ├── GearmanSharp.csproj
│   │   ├── GearmanThreadedWorker.cs
│   │   ├── GearmanWorker.cs
│   │   ├── GearmanWorkerProtocol.cs
│   │   ├── IGearmanClient.cs
│   │   ├── IGearmanConnection.cs
│   │   ├── IGearmanConnectionFactory.cs
│   │   ├── IGearmanJob.cs
│   │   ├── ISocket.cs
│   │   ├── Packets
│   │   │   ├── Packet.cs
│   │   │   ├── PacketType.cs
│   │   │   ├── RequestPacket.cs
│   │   │   └── ResponsePacket.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Serializers.cs
│   │   ├── SocketAdapter.cs
│   │   ├── Util.cs
│   │   └── docs
│   │       └── protocol.txt
│   ├── GearmanSharp.Tests
│   │   ├── App.config
│   │   ├── ConfigurationTests.cs
│   │   ├── GearmanClientTests.cs
│   │   ├── GearmanConnectionTests.cs
│   │   ├── GearmanSharp.Tests.csproj
│   │   ├── GearmanWorkerTests.cs
│   │   ├── Helpers.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── TestConfiguration.config
│   │   └── UtilTests.cs
│   ├── GearmanSharp.sln
│   ├── LICENSE.txt
│   ├── README.txt
│   ├── TODO.txt
│   └── lib
│       ├── Newtonsoft.Json.License.txt
│       ├── Newtonsoft.Json.dll
│       ├── Newtonsoft.Json.xml
│       ├── Rhino.Mocks.License.txt
│       ├── Rhino.Mocks.dll
│       ├── nunit.framework.License.txt
│       └── nunit.framework.dll
└── LixyNews.suo

15 directories, 72 files