Download Throttled Processing
Description
A base class that can be used for throttled processing applications.
Source Files
The download file throttledprocessing.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Dependencies/WindowsAzure/Microsoft.WindowsAzure.CloudDrive.dll
Dependencies/WindowsAzure/Microsoft.WindowsAzure.CloudDrive.xml
Dependencies/WindowsAzure/Microsoft.WindowsAzure.Diagnostics.dll
Dependencies/WindowsAzure/Microsoft.WindowsAzure.Diagnostics.xml
Dependencies/WindowsAzure/Microsoft.WindowsAzure.ServiceRuntime.dll
Dependencies/WindowsAzure/Microsoft.WindowsAzure.ServiceRuntime.xml
Dependencies/WindowsAzure/Microsoft.WindowsAzure.StorageClient.dll
Dependencies/WindowsAzure/Microsoft.WindowsAzure.StorageClient.xml
ThrottledProcessing.SampleApplication/Documentation/Diagrams/Processors.cd
ThrottledProcessing.SampleApplication/Documentation/Sequences/UpcomingBillProcessor.htm
ThrottledProcessing.SampleApplication/Domain/Bill.cs
ThrottledProcessing.SampleApplication/Domain/ContentItem.cs
ThrottledProcessing.SampleApplication/Domain/Event.cs
ThrottledProcessing.SampleApplication/Domain/Query.cs
ThrottledProcessing.SampleApplication/Domain/UpcomingBillDueEvent.cs
ThrottledProcessing.SampleApplication/Interfaces/IAlertService.cs
ThrottledProcessing.SampleApplication/Interfaces/IBillPaymentService.cs
ThrottledProcessing.SampleApplication/Interfaces/IDocumentService.cs
ThrottledProcessing.SampleApplication/Interfaces/ILoggingService.cs
ThrottledProcessing.SampleApplication/Interfaces/ISearchService.cs
ThrottledProcessing.SampleApplication/Messages/GetUpcomingBillsRequest.cs
ThrottledProcessing.SampleApplication/Messages/GetUpcomingBillsResponse.cs
ThrottledProcessing.SampleApplication/Messages/ProcessEventRequest.cs
ThrottledProcessing.SampleApplication/Messages/ProcessEventResponse.cs
ThrottledProcessing.SampleApplication/Messages/SearchRequest.cs
ThrottledProcessing.SampleApplication/Messages/SearchResponse.cs
ThrottledProcessing.SampleApplication/Processors/DocumentIndexingProcessor.cs
ThrottledProcessing.SampleApplication/Processors/ProcessEventProcessor.cs
ThrottledProcessing.SampleApplication/Processors/UpcomingBillEventEnqueueProcessor.cs
ThrottledProcessing.SampleApplication/Program.cs
ThrottledProcessing.SampleApplication/Properties/AssemblyInfo.cs
ThrottledProcessing.SampleApplication/Services/AlertService.cs
ThrottledProcessing.SampleApplication/Services/BillPaymentService.cs
ThrottledProcessing.SampleApplication/Services/ConsoleLoggingService.cs
ThrottledProcessing.SampleApplication/Services/DocumentService.cs
ThrottledProcessing.SampleApplication/Services/SearchService.cs
ThrottledProcessing.SampleApplication/ThrottledProcessing.SampleApplication.csproj
ThrottledProcessing.SampleApplication/app.config
ThrottledProcessing.sln/*from w w w .j a va2 s . c o m*/
ThrottledProcessing/Documentation/Diagrams/Domain.cd
ThrottledProcessing/Documentation/Diagrams/Interfaces.cd
ThrottledProcessing/Documentation/Diagrams/Processors.cd
ThrottledProcessing/Documentation/Diagrams/Runners.cd
ThrottledProcessing/Domain/RunningStatus.cs
ThrottledProcessing/Interfaces/IProcessRunner.cs
ThrottledProcessing/Interfaces/IProcessor.cs
ThrottledProcessing/Interfaces/IQueue.cs
ThrottledProcessing/Interfaces/IRequestTracker.cs
ThrottledProcessing/Interfaces/IRunnable.cs
ThrottledProcessing/Interfaces/ISerializer.cs
ThrottledProcessing/MWS.Processing.csproj
ThrottledProcessing/Processors/DequeueProcessor.cs
ThrottledProcessing/Processors/EnqueueProcessor.cs
ThrottledProcessing/Processors/OperationProcessor.cs
ThrottledProcessing/Processors/Processor.cs
ThrottledProcessing/Processors/QueueProcessor.cs
ThrottledProcessing/Processors/TrackedProcessor.cs
ThrottledProcessing/Properties/AssemblyInfo.cs
ThrottledProcessing/Queues/MemoryQueue.cs
ThrottledProcessing/Queues/WindowsAzureQueue.cs
ThrottledProcessing/Runners/ProcessRunner.cs
ThrottledProcessing/Serializers/ByteArraySerializer.cs
ThrottledProcessing/Serializers/XmlSerializer.cs
ThrottledProcessing/Trackers/MemoryRequestTracker.cs
ThrottledProcessing/Trackers/ResourceRequestTracker.cs
Download
Click the following link to download throttledprocessing.zip.
throttledprocessing.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »