Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
client-dotnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sally4-core
client-dotnet
Commits
86306133
Commit
86306133
authored
Jun 30, 2014
by
Risav Karna
Browse files
Options
Downloads
Patches
Plain Diff
multiple document support, usage example in testclass
parent
475233da
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
SallyConnect/SallyClient.cs
+0
-19
0 additions, 19 deletions
SallyConnect/SallyClient.cs
with
0 additions
and
19 deletions
SallyConnect/SallyClient.cs
deleted
100644 → 0
+
0
−
19
View file @
475233da
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
Apache.NMS
;
using
Apache.NMS.Util
;
namespace
ConnectToSally
{
interface
SallyClient
{
void
registerDocument
(
String
docName
,
String
[]
interfaces
);
//void onMessage(IMessage message);
bool
isRegistered
();
//void sendToSally(IMessage message);
void
sendToSally
(
String
message
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment