C# 클래스 Postworthy.Models.Communication.CommandSender

파일 보기 프로젝트 열기: postworthy/postworthy 1 사용 예제들

공개 메소드들

메소드 설명
Send ( IPAddress ip, int port, string>.KeyValuePair command, bool waitForSend = false ) : Task

메소드 상세

Send() 공개 메소드

public Send ( IPAddress ip, int port, string>.KeyValuePair command, bool waitForSend = false ) : Task
ip System.Net.IPAddress
port int
command string>.KeyValuePair
waitForSend bool
리턴 Task