C# 클래스 Ipfs.Commands.IpfsTour

상속: Ipfs.Json.IpfsCommand
파일 보기 프로젝트 열기: TrekDev/net-ipfs-api

공개 메소드들

메소드 설명
List ( ) : Task

Show a list of IPFS Tour topics

Next ( ) : Task

Show the next IPFS Tour topic

Restart ( ) : System.Threading.Tasks.Task

Restart the IPFS Tour

비공개 메소드들

메소드 설명
IpfsTour ( Uri commandUri, HttpClient httpClient, IJsonSerializer jsonSerializer ) : System

메소드 상세

List() 공개 메소드

Show a list of IPFS Tour topics
public List ( ) : Task
리턴 Task

Next() 공개 메소드

Show the next IPFS Tour topic
public Next ( ) : Task
리턴 Task

Restart() 공개 메소드

Restart the IPFS Tour
public Restart ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task