Example #1
0
        public static string salSubscribe(StringVector inputParameters)
        {
            string ret = StcIntCSharpPINVOKE.salSubscribe(StringVector.getCPtr(inputParameters));

            if (StcIntCSharpPINVOKE.SWIGPendingException.Pending)
            {
                throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }