C# Class FlixCloudNotification.FlixCloudNotificationService

Sample service that demonstrates how to handle the notifications send by FlixCloud
Inheritance: IFlixCloudNotification
显示文件 Open project: flixcloud/flix_cloud-dotnet

Public Methods

Method Description
OnNotify ( JobNotification notification ) : void

Method Details

OnNotify() public method

public OnNotify ( JobNotification notification ) : void
notification FlixCloud.Notification.JobNotification
return void