ContentKeyCollection.Delete Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Deletes a content key from the content key collection.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Usage
'Usage
Dim instance As ContentKeyCollection
Dim contentKey As IContentKey
instance.Delete(contentKey)
Syntax
'Declaration
Public Overrides Sub Delete ( _
contentKey As IContentKey _
)
public override void Delete (
IContentKey contentKey
)
public:
virtual void Delete (
IContentKey^ contentKey
) override
public void Delete (
IContentKey contentKey
)
public override function Delete (
contentKey : IContentKey
)
Parameters
- contentKey
The content key to be deleted.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 7, Windows Server 2008, Windows 8 Beta
Target Platforms
See Also
Reference
ContentKeyCollection Class
ContentKeyCollection Members
Microsoft.WindowsAzure.MediaServices.Client Namespace
Build Date:
2012-06-07