DictionarySymbolStyle is a loadable, i.e it implements the Loadable interface. After you have created your DictionarySymbolStyle with
SymbolStyle m_symbolStyle = new DictionarySymbolStyle("mil2525d", filepath)
you can call m_symbolStyle.loadAsync() which is equivalent to the .Net call SymbolStyle.OpenAsync(string styleLocation).