@@ -29,12 +29,18 @@ public EventGridPublisherClient(System.Uri endpoint, Azure.AzureSasCredential cr
2929 public virtual Azure . Response SendEncodedCloudEvents ( System . ReadOnlyMemory < byte > cloudEvents , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
3030 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
3131 public virtual System . Threading . Tasks . Task < Azure . Response > SendEncodedCloudEventsAsync ( System . ReadOnlyMemory < byte > cloudEvents , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
32- public virtual Azure . Response SendEvents ( System . Collections . Generic . IEnumerable < Azure . Messaging . CloudEvent > events , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
33- public virtual Azure . Response SendEvents ( System . Collections . Generic . IEnumerable < Azure . Messaging . EventGrid . EventGridEvent > events , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
34- public virtual Azure . Response SendEvents ( System . Collections . Generic . IEnumerable < System . BinaryData > events , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
35- public virtual System . Threading . Tasks . Task < Azure . Response > SendEventsAsync ( System . Collections . Generic . IEnumerable < Azure . Messaging . CloudEvent > events , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
36- public virtual System . Threading . Tasks . Task < Azure . Response > SendEventsAsync ( System . Collections . Generic . IEnumerable < Azure . Messaging . EventGrid . EventGridEvent > events , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
37- public virtual System . Threading . Tasks . Task < Azure . Response > SendEventsAsync ( System . Collections . Generic . IEnumerable < System . BinaryData > events , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
32+ public virtual Azure . Response SendEvent ( Azure . Messaging . CloudEvent cloudEvent , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
33+ public virtual Azure . Response SendEvent ( Azure . Messaging . EventGrid . EventGridEvent eventGridEvent , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
34+ public virtual Azure . Response SendEvent ( System . BinaryData customEvent , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
35+ public virtual System . Threading . Tasks . Task < Azure . Response > SendEventAsync ( Azure . Messaging . CloudEvent cloudEvent , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
36+ public virtual System . Threading . Tasks . Task < Azure . Response > SendEventAsync ( Azure . Messaging . EventGrid . EventGridEvent eventGridEvent , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
37+ public virtual System . Threading . Tasks . Task < Azure . Response > SendEventAsync ( System . BinaryData customEvent , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
38+ public virtual Azure . Response SendEvents ( System . Collections . Generic . IEnumerable < Azure . Messaging . CloudEvent > cloudEvents , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
39+ public virtual Azure . Response SendEvents ( System . Collections . Generic . IEnumerable < Azure . Messaging . EventGrid . EventGridEvent > eventGridEvents , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
40+ public virtual Azure . Response SendEvents ( System . Collections . Generic . IEnumerable < System . BinaryData > customEvents , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
41+ public virtual System . Threading . Tasks . Task < Azure . Response > SendEventsAsync ( System . Collections . Generic . IEnumerable < Azure . Messaging . CloudEvent > cloudEvents , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
42+ public virtual System . Threading . Tasks . Task < Azure . Response > SendEventsAsync ( System . Collections . Generic . IEnumerable < Azure . Messaging . EventGrid . EventGridEvent > eventGridEvents , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
43+ public virtual System . Threading . Tasks . Task < Azure . Response > SendEventsAsync ( System . Collections . Generic . IEnumerable < System . BinaryData > customEvents , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
3844 }
3945 public partial class EventGridPublisherClientOptions : Azure . Core . ClientOptions
4046 {
0 commit comments