C# Class Taskling.InfrastructureContracts.Blocks.RangeBlocks.BlockExecutionCreateRequest

Inheritance: BlockRequestBase
Exibir arquivo Open project: Vanlightly/Taskling.NET

Public Methods

Method Description
BlockExecutionCreateRequest ( TaskId taskId, string taskExecutionId, BlockType blockType, string blockId, int attempt ) : System

Method Details

BlockExecutionCreateRequest() public method

public BlockExecutionCreateRequest ( TaskId taskId, string taskExecutionId, BlockType blockType, string blockId, int attempt ) : System
taskId TaskId
taskExecutionId string
blockType BlockType
blockId string
attempt int
return System