コード例 #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='material'>
 /// </param>
 /// <param name='lang'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <string> DeleteMaterialAsync(this IMaterialApi operations, LMSApplicationCoreCommandsDeleteMaterialCommand material, string lang, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.DeleteMaterialWithHttpMessagesAsync(material, lang, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
コード例 #2
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='material'>
 /// </param>
 /// <param name='lang'>
 /// </param>
 public static string DeleteMaterial(this IMaterialApi operations, LMSApplicationCoreCommandsDeleteMaterialCommand material, string lang)
 {
     return(operations.DeleteMaterialAsync(material, lang).GetAwaiter().GetResult());
 }