次の方法で共有


StateExtensions.GetDispatch<TModel> Method

Definition

public static TModel GetDispatch<TModel> (this Microsoft.Azure.Commands.Common.Strategies.IState state, Microsoft.Azure.Commands.Common.Strategies.IEntityConfig<TModel> config) where TModel : class;
static member GetDispatch : Microsoft.Azure.Commands.Common.Strategies.IState * Microsoft.Azure.Commands.Common.Strategies.IEntityConfig<'Model (requires 'Model : null)> -> 'Model (requires 'Model : null)
<Extension()>
Public Function GetDispatch(Of TModel As Class) (state As IState, config As IEntityConfig(Of TModel)) As TModel

Type Parameters

TModel

Parameters

state
IState

Returns

TModel

Applies to