Method | Description | |
---|---|---|
Initialize ( ) : void |
Initializes the provider.
|
|
InvokeMethod ( string methodName ) : void |
Invokes a method on this provider using reflection.
|
Method | Description | |
---|---|---|
Callback ( Action |
Performs a callback. Null action and/or result are permitted.
|
|
DecrementBusyServiceCounter ( ) : void |
Decrements the busy service counter.
|
|
IncrementBusyServiceCounter ( ) : void |
Increments the busy service counter.
|
|
OnInitializeCompleted ( ) : void |
Call the InitializeCompleted event.
|
|
ProviderBase ( TestServiceProvider provider, string displayName ) : System |
Initializes a new base provider class.
|
protected static Callback ( Action |
||
action | Action |
The optional callback action. |
result | The result to pass back. | |
return | void |
protected DecrementBusyServiceCounter ( ) : void | ||
return | void |
protected IncrementBusyServiceCounter ( ) : void | ||
return | void |
public InvokeMethod ( string methodName ) : void | ||
methodName | string | The name of the method. |
return | void |
protected ProviderBase ( TestServiceProvider provider, string displayName ) : System | ||
provider | TestServiceProvider | The owning test service provider. |
displayName | string | The display name of the service. |
return | System |