Sage.Integration.Northwind.Application.NorthwindConnector.CloseSession C# (CSharp) Method

CloseSession() public method

CloseSession is called at the end of every session, regardless of the authentication type supported.
public CloseSession ( string SessionKey ) : void
SessionKey string
return void
        public void CloseSession(string SessionKey)
        {
            //string id = "1";
            ;
        }