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

EndModifyClusterSubnetGroup() 공개 메소드

Finishes the asynchronous execution of the ModifyClusterSubnetGroup operation.
public EndModifyClusterSubnetGroup ( IAsyncResult asyncResult ) : ModifyClusterSubnetGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyClusterSubnetGroup.
리턴 ModifyClusterSubnetGroupResponse
        public  ModifyClusterSubnetGroupResponse EndModifyClusterSubnetGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifyClusterSubnetGroupResponse>(asyncResult);
        }
AmazonRedshiftClient