Search Results for

    Show / Hide Table of Contents

    Disconnect method

    Name

    Sdl.MultiTerm.TMO.Interop.TermbaseRepository.Disconnect — Disconnects from a MultiTerm Server.

    Returntype

    void

    Parameters

    none

    Description

    Applying this method to a termbase repository will disconnect the current user from the MultiTerm Server. This method requires no parameters. It should be called, e.g. when closing the client application. The corresponding login will then be deleted on the MultiTerm server.

    Sample

    Sdl.MultiTerm.TMO.Interop.Application oMt = new Sdl.MultiTerm.TMO.Interop.ApplicationClass();
    TermbaseRepository oServRep = oMt.ServerRepository;
    oServRep.Location = "http://localhost";
    oServRep.Connect("guest", "guest");
    
    oServRep.Disconnect();
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX