Ejemplo n.º 1
0
 /// <summary>
 /// Get adoxio_onestopmessageitem_BulkDeleteFailures from
 /// adoxio_onestopmessageitems
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioOnestopmessageitemid'>
 /// key: adoxio_onestopmessageitemid of adoxio_onestopmessageitem
 /// </param>
 /// <param name='bulkdeletefailureid'>
 /// key: bulkdeletefailureid of bulkdeletefailure
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMbulkdeletefailure BulkDeleteFailuresByKey(this IOnestopmessageitembulkdeletefailures operations, string adoxioOnestopmessageitemid, string bulkdeletefailureid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.BulkDeleteFailuresByKeyAsync(adoxioOnestopmessageitemid, bulkdeletefailureid, select, expand).GetAwaiter().GetResult());
 }