Dev2.Network.ServerProxy.ExecuteCommandAsync C# (CSharp) Method

ExecuteCommandAsync() public method

public ExecuteCommandAsync ( StringBuilder xmlRequest, System.Guid workspaceId ) : Task
xmlRequest StringBuilder
workspaceId System.Guid
return Task
        public async Task<StringBuilder> ExecuteCommandAsync(StringBuilder xmlRequest, Guid workspaceId)
        {
            return await _wrappedConnection.ExecuteCommandAsync(xmlRequest, workspaceId);
        }
        public IHubProxyWrapper EsbProxy