replace


Description:

public async void replace (string uuid, string contents) throws Error

Replace the contents of an item

Parameters:

this

a Client instance

uuid

the uuid of the element we want to replace

contents

the replacement contents

callback

A TaskReadyCallback to call when the request is satisfied or null if you don't care about the result of the method invocation.

user_data

The data to pass to callback.