Method BuildProgressNotification
BuildProgressNotification(string, double, double?, string)
Builds a notifications/progress message. Hosts push this to the client over whatever
channel carries server-initiated messages.
public static string BuildProgressNotification(string progressToken, double progress, double? total, string message)
Parameters
progressTokenstringThe token supplied by the caller.
progressdoubleWork completed so far.
totaldouble?Total work when known.
messagestringA short description of the current step.