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