Amazon.EC2.AmazonEC2Client.EndCreateSecurityGroup C# (CSharp) Méthode

EndCreateSecurityGroup() public méthode

Finishes the asynchronous execution of the CreateSecurityGroup operation.
public EndCreateSecurityGroup ( IAsyncResult asyncResult ) : CreateSecurityGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSecurityGroup.
Résultat CreateSecurityGroupResponse
        public  CreateSecurityGroupResponse EndCreateSecurityGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateSecurityGroupResponse>(asyncResult);
        }
AmazonEC2Client