C# 클래스 SportingSolutions.Udapi.Sdk.StreamingExample.Console.Model.TaskWrapper

파일 보기 프로젝트 열기: sportingsolutions/SS.Integration.UnifiedDataAPIClient.DotNet

공개 메소드들

메소드 설명
CancelTask ( ) : void
TaskWrapper ( Task worker, System.Action action, CancellationTokenSource cancellationToken, string taskIdentifier ) : System

메소드 상세

CancelTask() 공개 메소드

public CancelTask ( ) : void
리턴 void

TaskWrapper() 공개 메소드

public TaskWrapper ( Task worker, System.Action action, CancellationTokenSource cancellationToken, string taskIdentifier ) : System
worker Task
action System.Action
cancellationToken System.Threading.CancellationTokenSource
taskIdentifier string
리턴 System