示例#1
0
 public virtual System.Threading.Tasks.Task <Azure.Response <Azure.Communication.Sms.SendSmsResponse> > SendAsync(Azure.Communication.PhoneNumber from, System.Collections.Generic.IEnumerable <Azure.Communication.PhoneNumber> to, string message, Azure.Communication.Sms.SendSmsOptions?sendSmsOptions = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
示例#2
0
 public virtual Azure.Response <Azure.Communication.Sms.SendSmsResponse> Send(Azure.Communication.PhoneNumber from, Azure.Communication.PhoneNumber to, string message, Azure.Communication.Sms.SendSmsOptions?sendSmsOptions = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }