This documentation is archived and is not being maintained.
ManagementObject.Put Method
.NET Framework 1.1
Commits the changes to the object.
Overload List
Commits the changes to the object.
[Visual Basic] Overloads Public Function Put() As ManagementPath
[C#] public ManagementPath Put();
[C++] public: ManagementPath* Put();
[JScript] public function Put() : ManagementPath;
Commits the changes to the object, asynchronously.
[Visual Basic] Overloads Public Sub Put(ManagementOperationObserver)
[C#] public void Put(ManagementOperationObserver);
[C++] public: void Put(ManagementOperationObserver*);
[JScript] public function Put(ManagementOperationObserver);
Commits the changes to the object.
[Visual Basic] Overloads Public Function Put(PutOptions) As ManagementPath
[C#] public ManagementPath Put(PutOptions);
[C++] public: ManagementPath* Put(PutOptions*);
[JScript] public function Put(PutOptions) : ManagementPath;
Commits the changes to the object asynchronously and using the specified options.
[Visual Basic] Overloads Public Sub Put(ManagementOperationObserver, PutOptions)
[C#] public void Put(ManagementOperationObserver, PutOptions);
[C++] public: void Put(ManagementOperationObserver*, PutOptions*);
[JScript] public function Put(ManagementOperationObserver, PutOptions);
See Also
ManagementObject Class | ManagementObject Members | System.Management Namespace
Show: