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);
		}