interface SessionlessInvokeRequestTypeOptions {
    localeIds?: null | UAString[];
    namespaceUris?: null | UAString[];
    serverUris?: null | UAString[];
    serviceId?: number;
    urisVersion?: number;
}

Properties

localeIds?: null | UAString[]
namespaceUris?: null | UAString[]
serverUris?: null | UAString[]
serviceId?: number
urisVersion?: number