/// <summary> /// Write node attributes /// </summary> /// <remarks> /// Write any attribute of a node. 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='body'> /// The batch write request /// </param> public static WriteResponseApiModel WriteAttributes(this IAzureOpcTwinClient operations, string endpointId, WriteRequestApiModel body) { return(operations.WriteAttributesAsync(endpointId, body).GetAwaiter().GetResult()); }