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