Amazon.EC2.AmazonEC2Client.EndCreatePlacementGroup C# (CSharp) 메소드

EndCreatePlacementGroup() 공개 메소드

Finishes the asynchronous execution of the CreatePlacementGroup operation.
public EndCreatePlacementGroup ( IAsyncResult asyncResult ) : CreatePlacementGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePlacementGroup.
리턴 CreatePlacementGroupResponse
        public  CreatePlacementGroupResponse EndCreatePlacementGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreatePlacementGroupResponse>(asyncResult);
        }
AmazonEC2Client