Provides an automated way to reuse a service client proxy objects within the context of a single data portal operation. More...
Public Member Functions | |
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... | |
Properties inherited from Csla.Core.IUseApplicationContext | |
ApplicationContext | ApplicationContext [getset] |
Gets or sets the current ApplicationContext 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 25 of file ServiceClientManager.cs.
ServiceClientManager< C, T > Csla.Data.ServiceClientManager< C, T >.GetManager | ( | string | name | ) |
Gets the client proxy object for the specified name.
name | Unique name for the proxy object. |
Definition at line 42 of file ServiceClientManager.cs.
|
get |
Gets a reference to the current client proxy object.
Definition at line 66 of file ServiceClientManager.cs.