public static Task <object> callPersistenceMessaging(this LoLClient lolClient, SimpleDialogMessageResponse response) { return(lolClient.InvokeAsync <object>("clientFacadeService", "callPersistenceMessaging", new object[] { (SerializedNameAttribute)Attribute.GetCustomAttribute(response.GetType(), typeof(SerializedNameAttribute)) })); }
public static Task <object> ackLeaverBusterWarning(this LoLClient lolClient) { return(lolClient.InvokeAsync <object>("clientFacadeService", "ackLeaverBusterWarning", new object[0])); }