iControl.LocalLBProfileXML.Endget_namespace_mappings C# (CSharp) Method

Endget_namespace_mappings() public method

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