iControl.LocalLBProfileXML.Endget_namespace_mappings C# (CSharp) 메소드

Endget_namespace_mappings() 공개 메소드

public Endget_namespace_mappings ( System asyncResult ) : iControl.LocalLBProfileXMLProfileNamespaceMappingSequence[]
asyncResult System
리턴 iControl.LocalLBProfileXMLProfileNamespaceMappingSequence[]
        public LocalLBProfileXMLProfileNamespaceMappingSequence[] Endget_namespace_mappings(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileXMLProfileNamespaceMappingSequence [])(results[0]));
        }
LocalLBProfileXML