iControl.ASMPolicy.Endget_language C# (CSharp) 메소드

Endget_language() 공개 메소드

public Endget_language ( System asyncResult ) : ASMWebApplicationLanguage[]
asyncResult System
리턴 ASMWebApplicationLanguage[]
        public ASMWebApplicationLanguage[] Endget_language(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((ASMWebApplicationLanguage [])(results[0]));
        }
ASMPolicy