CmisSync.Lib.Cmis.ConvenienceExtenders.CmisConvenienceExtenders.CreateSession C# (CSharp) Метод

CreateSession() публичный статический Метод

public static CreateSession ( this factory, RepoInfo repoInfo, IObjectFactory objectFactory = null, IAuthenticationProvider authenticationProvider = null, ICache cache = null, string appName = null ) : ISession
factory this
repoInfo CmisSync.Lib.Config.RepoInfo
objectFactory IObjectFactory
authenticationProvider IAuthenticationProvider
cache ICache
appName string
Результат ISession
        public static ISession CreateSession(
            this ISessionFactory factory,
            RepoInfo repoInfo,
            IObjectFactory objectFactory = null,
            IAuthenticationProvider authenticationProvider = null,
            ICache cache = null,
            string appName = null)
        {
            return factory.CreateSession(repoInfo.AsSessionParameter(appName), objectFactory, authenticationProvider, cache);
        }

Same methods

CmisConvenienceExtenders::CreateSession ( this factory, RepoInfo repoInfo, string appName = null ) : ISession