PacketCapturesOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
public static class PacketCapturesOperationsExtensions
type PacketCapturesOperationsExtensions = class
Public Module PacketCapturesOperationsExtensions
Inheritance
PacketCapturesOperationsExtensions
Methods
BeginCreate(IPacketCapturesOperations, String, String, String, PacketCapture)
BeginCreateAsync(IPacketCapturesOperations, String, String, String, PacketCapture, CancellationToken)
BeginDelete(IPacketCapturesOperations, String, String, String)
BeginDeleteAsync(IPacketCapturesOperations, String, String, String, CancellationToken)
BeginGetStatus(IPacketCapturesOperations, String, String, String)
BeginGetStatusAsync(IPacketCapturesOperations, String, String, String, CancellationToken)
BeginStop(IPacketCapturesOperations, String, String, String)
BeginStopAsync(IPacketCapturesOperations, String, String, String, CancellationToken)
Create(IPacketCapturesOperations, String, String, String, PacketCapture)
CreateAsync(IPacketCapturesOperations, String, String, String, PacketCapture, CancellationToken)
Delete(IPacketCapturesOperations, String, String, String)
DeleteAsync(IPacketCapturesOperations, String, String, String, CancellationToken)
Get(IPacketCapturesOperations, String, String, String)
GetAsync(IPacketCapturesOperations, String, String, String, CancellationToken)
GetStatus(IPacketCapturesOperations, String, String, String)
GetStatusAsync(IPacketCapturesOperations, String, String, String, CancellationToken)
List(IPacketCapturesOperations, String, String)
ListAsync(IPacketCapturesOperations, String, String, CancellationToken)
Stop(IPacketCapturesOperations, String, String, String)
StopAsync(IPacketCapturesOperations, String, String, String, CancellationToken)
Applies to