Amazon.IoT.AmazonIoTClient.EndCreatePolicy C# (CSharp) 메소드

EndCreatePolicy() 공개 메소드

Finishes the asynchronous execution of the CreatePolicy operation.
public EndCreatePolicy ( IAsyncResult asyncResult ) : CreatePolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreatePolicy.
리턴 CreatePolicyResponse
        public  CreatePolicyResponse EndCreatePolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<CreatePolicyResponse>(asyncResult);
        }
AmazonIoTClient