-
Book Overview & Buying
-
Table Of Contents
Microsoft Windows Server AppFabric Cookbook
We have already seen Windows Server AppFabric's API for a default SqlInstanceQuery in the first recipe of this chapter. In this recipe, we will learn about implementing a custom Instance Query provider.
Windows Server AppFabric provides an API based on a provider model that allows implementation of a custom Instance Query provider. The process is similar to how we created a custom Instance Store provider in the preceding recipe.
Start Visual Studio 2010 with administrative privileges and create a new class library project using C#.
We will add new class called CustomInstanceStoreProvider, which will implement an abstract base class called InstanceStoreProvider. We will then add the implementation details accordingly.
1. Rename the default class to CustomInstanceControlProvider.
2. Add the following assembly references to your project:
System.Data.dll
System.Configuration.dll
Microsoft.ApplicationServer.StoreManagement.dll...
Change the font size
Change margin width
Change background colour