Show / Hide Table of Contents

Class FacadeHelper

Inheritance
object
FacadeHelper
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SoDataBase.dll
Syntax
public static class FacadeHelper

Methods

CallFacadeMethodAsync(string, object, CancellationToken)

Declaration
public static Task<string> CallFacadeMethodAsync(string methodName, object arguments, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string methodName
object arguments
CancellationToken cancellationToken
Returns
Type Description
Task<string>

CallFacadeMethodAsync<T>(string, object, CancellationToken)

Declaration
public static Task<T> CallFacadeMethodAsync<T>(string methodName, object arguments, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string methodName
object arguments
CancellationToken cancellationToken
Returns
Type Description
Task<T>
Type Parameters
Name Description
T
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top