Amazon.IoT.AmazonIoTClient.EndCreatePolicyVersion C# (CSharp) Метод

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

Finishes the asynchronous execution of the CreatePolicyVersion operation.
public EndCreatePolicyVersion ( IAsyncResult asyncResult ) : CreatePolicyVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePolicyVersion.
Результат CreatePolicyVersionResponse
        public  CreatePolicyVersionResponse EndCreatePolicyVersion(IAsyncResult asyncResult)
        {
            return EndInvoke<CreatePolicyVersionResponse>(asyncResult);
        }
AmazonIoTClient