Interface IOrgServiceProvider
Interface for a class that provides IProvidedOrgService instances.
public interface IOrgServiceProvider
Methods
Acquire()
Gets or creates a connection. Call IProvidedOrgService.Dispose to return it to the pool.
IProvidedOrgService Acquire()
Returns
Acquire(Guid)
Gets or creates a connection. Call IProvidedOrgService.Dispose to return it to the pool.
IProvidedOrgService Acquire(Guid userId)
Parameters
userId
GuidSets the CallerId for all requests to the given user.