This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.
async=(arg0)
HRESULT async get asynchronous loading flag.
BOOL arg0 --- pf [IN]
# File ext/win32ole/sample/xml.rb, line 7241 def async=(arg0) ret = @dispatch._setproperty(65649, [arg0], [VT_BOOL, VT_HRESULT]) @lastargs = WIN32OLE::ARGV ret end