[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Commands.IServerCommandExecuteContextCreator

接口 IServerCommandExecuteContextCreator

用于创建服务端命令执行上下文实例

命名空间: GrapeCity.Forguncy.Commands
程序集: Forguncy.Commands.dll
语法
public interface IServerCommandExecuteContextCreator

方法

Create(IDictionary<string, object>, HttpContext)

用于创建服务端命令执行上下文实例

声明
IServerCommandExecuteContext Create(IDictionary<string, object> initialParameters, HttpContext httpContext = null)
参数
类型 名称 描述
System.Collections.Generic.IDictionary<TKey, TValue><string, object> initialParameters

初始化参数

Microsoft.AspNetCore.Http.HttpContext httpContext

httpContext实例

返回值
类型 描述
IServerCommandExecuteContext