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

EndGetPolicyVersion() 공개 메소드

Finishes the asynchronous execution of the GetPolicyVersion operation.
public EndGetPolicyVersion ( IAsyncResult asyncResult ) : GetPolicyVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetPolicyVersion.
리턴 GetPolicyVersionResponse
        public  GetPolicyVersionResponse EndGetPolicyVersion(IAsyncResult asyncResult)
        {
            return EndInvoke<GetPolicyVersionResponse>(asyncResult);
        }
AmazonIoTClient