C# 클래스 TonyBaloney.St2.Client.Apis.PacksApi

The packs api.
상속: IPacksApi
파일 보기 프로젝트 열기: tonybaloney/St2Client

공개 메소드들

메소드 설명
GetPacksAsync ( ) : Task>

Get a list of packs.

GetPacksByIdAsync ( string packId ) : Task>

Gets packs by identifier.

GetPacksByNameAsync ( string packName ) : Task>

Gets packs by name.

PacksApi ( ISt2Client host ) : System

Initializes a new instance of the TonyBaloney.St2.Client.Apis.PacksApi class.

메소드 상세

GetPacksAsync() 공개 메소드

Get a list of packs.
public GetPacksAsync ( ) : Task>
리턴 Task>

GetPacksByIdAsync() 공개 메소드

Gets packs by identifier.
public GetPacksByIdAsync ( string packId ) : Task>
packId string Identifier for the pack.
리턴 Task>

GetPacksByNameAsync() 공개 메소드

Gets packs by name.
public GetPacksByNameAsync ( string packName ) : Task>
packName string Name of the pack.
리턴 Task>

PacksApi() 공개 메소드

Initializes a new instance of the TonyBaloney.St2.Client.Apis.PacksApi class.
Thrown when one or more required arguments are null.
public PacksApi ( ISt2Client host ) : System
host ISt2Client The host.
리턴 System