public BLOB invoke(BLOB DocIn, string ISDS, string cj, string document_id, string ext_typ, string kraj_kod, string oec, out string err_txt) { object[] results = this.Invoke("invoke", new object[] { DocIn, ISDS, cj, document_id, ext_typ, kraj_kod, oec }); err_txt = ((string)(results[1])); return((BLOB)(results[0])); }
/// <remarks/> public void invokeAsync(BLOB DocIn, string ISDS, string cj, string document_id, string ext_typ, string kraj_kod, string oec, object userState) { if ((this.invokeOperationCompleted == null)) { this.invokeOperationCompleted = new System.Threading.SendOrPostCallback(this.OninvokeOperationCompleted); } this.InvokeAsync("invoke", new object[] { DocIn, ISDS, cj, document_id, ext_typ, kraj_kod, oec }, this.invokeOperationCompleted, userState); }
/// <remarks/> public void invokeAsync(BLOB DocIn, string ISDS, string cj, string document_id, string ext_typ, string kraj_kod, string oec) { this.invokeAsync(DocIn, ISDS, cj, document_id, ext_typ, kraj_kod, oec, null); }