Amazon.Redshift.AmazonRedshiftClient.EndCreateClusterSubnetGroup C# (CSharp) 메소드

EndCreateClusterSubnetGroup() 공개 메소드

Finishes the asynchronous execution of the CreateClusterSubnetGroup operation.
public EndCreateClusterSubnetGroup ( IAsyncResult asyncResult ) : CreateClusterSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateClusterSubnetGroup.
리턴 CreateClusterSubnetGroupResponse
        public  CreateClusterSubnetGroupResponse EndCreateClusterSubnetGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateClusterSubnetGroupResponse>(asyncResult);
        }
AmazonRedshiftClient