gov.va.medora.mdws.QueSvc.disconnect C# (CSharp) 메소드

disconnect() 개인적인 메소드

private disconnect ( ) : TaggedTextArray
리턴 gov.va.medora.mdws.dto.TaggedTextArray
        public TaggedTextArray disconnect()
        {
            return (TaggedTextArray)MySession.execute("ConnectionLib", "disconnectAll", new object[] { });
        }