CaveTube.CaveTalk.Lib.CaveTubeClientWrapper.AllowInstantMessageAsync C# (CSharp) Method

AllowInstantMessageAsync() public method

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