Show / Hide Table of Contents

Class BatchTaskUtility

Utility functions for simplifying batchtask creation and execution.

Inheritance
Object
BatchTaskUtility
Namespace: SuperOffice.CRM.BatchProcessing
Assembly: SoBatchProcessing.dll
Syntax
public static class BatchTaskUtility : Object

Methods

DeserializeParameter<T>(String)

Utility functions for simplifying batchtask creation and execution.

Declaration
public static T DeserializeParameter<T>(string serializedData)
Parameters
Type Name Description
String serializedData
Returns
Type Description
T
Type Parameters
Name Description
T

SerializeParameter<T>(T)

Utility functions for simplifying batchtask creation and execution.

Declaration
public static string SerializeParameter<T>(T objectToSerialize)
Parameters
Type Name Description
T objectToSerialize
Returns
Type Description
String
Type Parameters
Name Description
T
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top