Web API Core | ComponentOne
C1.Web.Api.Storage Namespace / StorageProviderManager Class / Remove Method
The item key.

In This Topic
    Remove Method (StorageProviderManager)
    In This Topic
    Remove the item with the specified key.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal key As String _
    ) 
    public void Remove( 
       string key
    )

    Parameters

    key
    The item key.
    See Also