예제 #1
0
파일: AwsSqsEx.cs 프로젝트: heran/DReAM
 public static Result <AwsSqsResponse> CreateQueue(this IAwsSqsClient client, string queue, Result <AwsSqsResponse> result)
 {
     return(client.CreateQueue(queue, AwsSqsDefaults.DEFAULT_VISIBILITY, result));
 }