You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chilberto edited this page Mar 1, 2018
·
1 revision
The following are the steps to create a console application. First is to create a new console application project illustrating how to send a message to an IGL service bus:
Using Package Manager add a reference to the IGL Nuget packages (Note: visit the links below to get the current version number):
Be sure to specify the project when adding the reference:
In the Program.cs file, the information on how to connect to the specific IndieGamesLab framework needs to be added (Please see the Service page for more information on determining these values):
// set the following once - this is using ACSIGL.Client.Configuration.IssuerName="[IssuerName]";IGL.Client.Configuration.IssuerSecret="[IssuerSecret]";IGL.Client.Configuration.ServiceNamespace="[ServiceNamespace]";
The next step will be to create the message you want to send: