Metodo Patchable.Set
Sets operation to SET and returns instance of the object.
Spazio dei nomi: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Utilizzo
'Utilizzo
Dim instance As Patchable(Of T)
Dim value As T
Dim returnValue As Patchable(Of T)
returnValue = instance.Set(value)
Sintassi
'Dichiarazione
Public Function Set ( _
value As T _
) As Patchable(Of T)
public Patchable<T> Set (
T value
)
public:
Patchable<T>^ Set (
T value
)
public Patchable<T> Set (
T value
)
public function Set (
value : T
) : Patchable<T>
Parametri
- value
Value to patch.
Valore restituito
Instance of the object.
Sicurezza dei thread
Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows 7 e Windows Server 2008
Piattaforme di destinazione
Vedere anche
Riferimento
Classe Patchable
Membri Patchable
Spazio dei nomi Microsoft.WindowsAzure