示例#1
0
 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))
     }));
 }
示例#2
0
 public static Task <object> ackLeaverBusterWarning(this LoLClient lolClient)
 {
     return(lolClient.InvokeAsync <object>("clientFacadeService", "ackLeaverBusterWarning", new object[0]));
 }