ODataServiceProviderSetup Method |
Performs setup of provider using Authenticator object.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static void Setup(
IAuthenticator authenticator,
ICache cache
)
Public Shared Sub Setup (
authenticator As IAuthenticator,
cache As ICache
)
public:
static void Setup(
IAuthenticator^ authenticator,
ICache^ cache
)
static member Setup :
authenticator : IAuthenticator *
cache : ICache -> unit
Parameters
- authenticator IAuthenticator
[Missing <param name="authenticator"/> documentation for "M:Scanjour.Workflow4.Base.ODataServiceProvider.Setup(WorkZone.OAuth.Authenticator.IAuthenticator,Scanjour.Workflow4.Base.Cache.ICache)"]
- cache ICache
[Missing <param name="cache"/> documentation for "M:Scanjour.Workflow4.Base.ODataServiceProvider.Setup(WorkZone.OAuth.Authenticator.IAuthenticator,Scanjour.Workflow4.Base.Cache.ICache)"]
See Also