Skip to content

The BizTalk360 Notification Channel has the capability to add the customized New Notification channels into BizTalk360. Which can be configured and the Notification will be triggered to your desired channel. You can download this File Notification Channel for reference and start building your Own Channel based on this.

License

radtek/FileChannel

 
 

Repository files navigation

File Notification Channel

The BizTalk360 Notification Channel has the capability to add the customized New Notification channels into BizTalk360. Which can be configured and the Notification will be triggered to your desired channel. You can download this File Notification Channel for reference and start building your Own Channel based on this.

NOTES:

  1. "System.Runtime.Serialization" -- This Assembly need to be added as a reference to this Project.

  2. Solution Items Folder has three Dll's, which need to be referenced into the NC project.

    I. B360.Notifier.Common.dll
    II. log4net.dll
    III. Newtonsoft.Json.dll
    
  3. "AlarmProperties.xml" and "GlobalProperties.xml" files must be a embedded resource files.

     I. Right click on the File and click on the Properties.
    II. Make sure the "Build Action" is set to "Embedded Resource".
    
  4. Your Channel class must inherit the IChannelNotification Interface.

     I . Like : public class FileChannel : IChannelNotification
    

About

The BizTalk360 Notification Channel has the capability to add the customized New Notification channels into BizTalk360. Which can be configured and the Notification will be triggered to your desired channel. You can download this File Notification Channel for reference and start building your Own Channel based on this.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%