Example #1
0
 /// <summary>
 /// Get spice_company_Tasks from spice_companies
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='spiceCompanyid'>
 /// key: spice_companyid of spice_company
 /// </param>
 /// <param name='activityid'>
 /// key: activityid of task
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <MicrosoftDynamicsCRMtask> TasksByKeyAsync(this ICompanytasks operations, string spiceCompanyid, string activityid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.TasksByKeyWithHttpMessagesAsync(spiceCompanyid, activityid, select, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
Example #2
0
 /// <summary>
 /// Get spice_company_Tasks from spice_companies
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='spiceCompanyid'>
 /// key: spice_companyid of spice_company
 /// </param>
 /// <param name='activityid'>
 /// key: activityid of task
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 /// <param name='customHeaders'>
 /// Headers that will be added to request.
 /// </param>
 public static HttpOperationResponse <MicrosoftDynamicsCRMtask> TasksByKeyWithHttpMessages(this ICompanytasks operations, string spiceCompanyid, string activityid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>), Dictionary <string, List <string> > customHeaders = null)
 {
     return(operations.TasksByKeyWithHttpMessagesAsync(spiceCompanyid, activityid, select, expand, customHeaders, CancellationToken.None).ConfigureAwait(false).GetAwaiter().GetResult());
 }