IAsyncVisualizerObjectProvider.TransferDeserializableObjectAsync Method
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.
Serializes the outgoing object using as an IDeserializableObject and then calls an async version of TransferData. Upon return deserializes the incoming data and returns the object wrapped in an IDeserializableObject.
public System.Threading.Tasks.Task<Microsoft.VisualStudio.DebuggerVisualizers.IDeserializableObject> TransferDeserializableObjectAsync (object outgoingObject, System.Threading.CancellationToken token);
abstract member TransferDeserializableObjectAsync : obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.DebuggerVisualizers.IDeserializableObject>
Public Function TransferDeserializableObjectAsync (outgoingObject As Object, token As CancellationToken) As Task(Of IDeserializableObject)
Parameters
- outgoingObject
- Object
- token
- CancellationToken