Amazon.ElasticFileSystem.AmazonElasticFileSystemClient.EndDescribeMountTargetSecurityGroups C# (CSharp) Method

EndDescribeMountTargetSecurityGroups() public method

Finishes the asynchronous execution of the DescribeMountTargetSecurityGroups operation.
public EndDescribeMountTargetSecurityGroups ( IAsyncResult asyncResult ) : DescribeMountTargetSecurityGroupsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMountTargetSecurityGroups.
return Amazon.ElasticFileSystem.Model.DescribeMountTargetSecurityGroupsResponse
        public  DescribeMountTargetSecurityGroupsResponse EndDescribeMountTargetSecurityGroups(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeMountTargetSecurityGroupsResponse>(asyncResult);
        }