ASPC.Marvel.CrimeAPI.SharePointContextProvider.SaveSharePointContext C# (CSharp) Метод

SaveSharePointContext() защищенный абстрактный Метод

Saves the specified SharePointContext instance associated with the specified HTTP context. null is accepted for clearing the SharePointContext instance associated with the HTTP context.
protected abstract SaveSharePointContext ( SharePointContext spContext, System.Web.HttpContextBase httpContext ) : void
spContext SharePointContext The SharePointContext instance to be saved, or null.
httpContext System.Web.HttpContextBase The HTTP context.
Результат void
        protected abstract void SaveSharePointContext(SharePointContext spContext, HttpContextBase httpContext);