Validate method
Implementation
@override
void Validate() {
super.Validate();
if (!StringUtils.IsNullOrEmpty(this.Watermark)) {
throw new ArgumentException(
"Watermarks cannot be used with StreamingSubscriptions., Watermark");
}
}
@override
void Validate() {
super.Validate();
if (!StringUtils.IsNullOrEmpty(this.Watermark)) {
throw new ArgumentException(
"Watermarks cannot be used with StreamingSubscriptions., Watermark");
}
}