[]
用于创建服务端命令执行上下文实例
public interface IServerCommandExecuteContextCreator
用于创建服务端命令执行上下文实例
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 |