Amazon.EC2.AmazonEC2Client.EndCreateSecurityGroup C# (CSharp) Метод

EndCreateSecurityGroup() публичный Метод

Finishes the asynchronous execution of the CreateSecurityGroup operation.
public EndCreateSecurityGroup ( IAsyncResult asyncResult ) : CreateSecurityGroupResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSecurityGroup.
Результат CreateSecurityGroupResponse
        public  CreateSecurityGroupResponse EndCreateSecurityGroup(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateSecurityGroupResponse>(asyncResult);
        }
AmazonEC2Client