Esempio n. 1
0
 public static Result <AwsSqsResponse> CreateQueue(this IAwsSqsClient client, string queue, Result <AwsSqsResponse> result)
 {
     return(client.CreateQueue(queue, AwsSqsDefaults.DEFAULT_VISIBILITY, result));
 }