/// <summary> /// Start publishing node values /// </summary> /// <remarks> /// Start publishing variable node values to IoT Hub. /// The endpoint must be activated and connected and the module client /// and server must trust each other. /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='endpointId'> /// The identifier of the activated endpoint. /// </param> /// <param name='request'> /// The publish request /// </param> public static PublishStartResponseApiModel StartPublishingValues(this IAzureOpcTwinClient operations, string endpointId, PublishStartRequestApiModel request) { return(operations.StartPublishingValuesAsync(endpointId, request).GetAwaiter().GetResult()); }