共用方式為


DnssdServiceInstance.Weight 屬性

定義

取得或設定指派給此服務實例的加權值,如 RFC 2782中所定義。 用戶端會使用 [加權 ] 值,在具有相同 優先順序 值的伺服器之間進行選擇。

public:
 property unsigned short Weight { unsigned short get(); void set(unsigned short value); };
uint16_t Weight();

void Weight(uint16_t value);
public ushort Weight { get; set; }
var uInt16 = dnssdServiceInstance.weight;
dnssdServiceInstance.weight = uInt16;
Public Property Weight As UShort

屬性值

UInt16

unsigned short

uint16_t

此服務實例的加權值。 如需用戶端如何使用此值的詳細資訊,請參閱 RFC 2782

適用於