Amazon.IoT.AmazonIoTClient.EndDetachPrincipalPolicy C# (CSharp) Method

EndDetachPrincipalPolicy() public method

Finishes the asynchronous execution of the DetachPrincipalPolicy operation.
public EndDetachPrincipalPolicy ( IAsyncResult asyncResult ) : DetachPrincipalPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachPrincipalPolicy.
return DetachPrincipalPolicyResponse
        public  DetachPrincipalPolicyResponse EndDetachPrincipalPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<DetachPrincipalPolicyResponse>(asyncResult);
        }
AmazonIoTClient