Provides an automated way to reuse a service client proxy objects within the context of a single data portal operation. More...
Static Public Member Functions | |
| static ServiceClientManager< C, T > | GetManager (string name) |
| Gets the client proxy object for the specified name. More... | |
Properties | |
| C | Client [get] |
| Gets a reference to the current client proxy object. More... | |
Provides an automated way to reuse a service client proxy objects within the context of a single data portal operation.
| C | Type of ClientBase object to use. |
| T | Channel type for the ClientBase object. |
| C | : | System.ServiceModel.ClientBase<T> | |
| T | : | class |
Definition at line 24 of file ServiceClientManager.cs.
|
static |
Gets the client proxy object for the specified name.
| name | Unique name for the proxy object. |
Definition at line 38 of file ServiceClientManager.cs.
|
get |
Gets a reference to the current client proxy object.
Definition at line 62 of file ServiceClientManager.cs.