ProviderHostedCustomUIActionsWeb.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);