Beispiel #1
0
 /// <summary>
 /// Get adoxio_eventlocation_AsyncOperations from adoxio_eventlocations
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioEventlocationid'>
 /// key: adoxio_eventlocationid of adoxio_eventlocation
 /// </param>
 /// <param name='asyncoperationid'>
 /// key: asyncoperationid of asyncoperation
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMasyncoperation AsyncOperationsByKey(this IEventlocationasyncoperations operations, string adoxioEventlocationid, string asyncoperationid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.AsyncOperationsByKeyAsync(adoxioEventlocationid, asyncoperationid, select, expand).GetAwaiter().GetResult());
 }