CaveTube.CaveTalk.Lib.CaveTubeClientWrapper.AllowInstantMessageAsync C# (CSharp) 메소드

AllowInstantMessageAsync() 공개 메소드

public AllowInstantMessageAsync ( Int32 commentNumber, String apiKey ) : Task
commentNumber System.Int32
apiKey String
리턴 Task
		public override async Task<Boolean> AllowInstantMessageAsync(Int32 commentNumber, String apiKey) {
			return await this.client.AllowInstantMessage(commentNumber, apiKey);
		}