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