Creates a proxy of IDisposable type T, operating under the given ExecutionIdentity.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Parameters
- ident
- Type: Relativity.API.ExecutionIdentity
ExecutionIdentity under which the proxy should operate. This can be set to the current user, the service account and can also be set manually if you have a specific username and password to authenticate with.
Type Parameters
- T
- IDisposable proxy type to be created.
Return Value
Type: TA proxy of type T.
See Also