public static void salSet(string handle, StringVector propertyPairs) { StcIntCSharpPINVOKE.salSet(handle, StringVector.getCPtr(propertyPairs)); if (StcIntCSharpPINVOKE.SWIGPendingException.Pending) { throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetRange(int index, StringVector values) { StcIntCSharpPINVOKE.StringVector_SetRange(swigCPtr, index, StringVector.getCPtr(values)); if (StcIntCSharpPINVOKE.SWIGPendingException.Pending) { throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve(); } }
public static void salDisconnect(StringVector hostNames) { StcIntCSharpPINVOKE.salDisconnect(StringVector.getCPtr(hostNames)); if (StcIntCSharpPINVOKE.SWIGPendingException.Pending) { throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve(); } }
public static void salRelease(StringVector CSPs) { StcIntCSharpPINVOKE.salRelease(StringVector.getCPtr(CSPs)); if (StcIntCSharpPINVOKE.SWIGPendingException.Pending) { throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve(); } }
public static string salCreate(string type, StringVector propertyPairs) { string ret = StcIntCSharpPINVOKE.salCreate(type, StringVector.getCPtr(propertyPairs)); if (StcIntCSharpPINVOKE.SWIGPendingException.Pending) { throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static string salSubscribe(StringVector inputParameters) { string ret = StcIntCSharpPINVOKE.salSubscribe(StringVector.getCPtr(inputParameters)); if (StcIntCSharpPINVOKE.SWIGPendingException.Pending) { throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static StringVector salReserve(StringVector CSPs) { StringVector ret = new StringVector(StcIntCSharpPINVOKE.salReserve(StringVector.getCPtr(CSPs)), true); if (StcIntCSharpPINVOKE.SWIGPendingException.Pending) { throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static StringVector salGet(string handle, StringVector propertyNames) { StringVector ret = new StringVector(StcIntCSharpPINVOKE.salGet(handle, StringVector.getCPtr(propertyNames)), true); if (StcIntCSharpPINVOKE.SWIGPendingException.Pending) { throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static StringVector salPerform(string commandName, StringVector propertyPairs) { StringVector ret = new StringVector(StcIntCSharpPINVOKE.salPerform(commandName, StringVector.getCPtr(propertyPairs)), true); if (StcIntCSharpPINVOKE.SWIGPendingException.Pending) { throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }